https://github.com/sashafklein/sergeant-api
https://github.com/sashafklein/sergeant-api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashafklein/sergeant-api
- Owner: sashafklein
- Created: 2016-04-18T00:29:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T00:37:15.000Z (over 9 years ago)
- Last Synced: 2025-02-09T06:41:16.978Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sergeant API
A stupidly simple GraphQL API exploration. (Currently) just two small JSON files. This is meant to be the growing backend of a simple ReactNative app to guide me sequentially through a morning routing.
## TODO
- [ ] Move data to a database -- probably Mongoose, just to try it out
- [ ] Allow for mutations to Drills' steps (add, remove, reorder)
- [ ] Create user model
- [ ] Explore authentication/authorization/security
- [ ] Tests for the above
But for now, this is just a fun way to explore GraphQL, which seems pretty sweet.