BlakeGuilloud / BlakeGuilloud/organizer-api
User Architecture
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
A person should be able to register as a User.
A User should be able to CRUD themselves and only themselves.
A User should have many Projects.
Properties
```
username: String,
password: String,
projects: [{ String }],
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.