An open API service indexing awesome lists of open source software.

https://github.com/sashafklein/sergeant-api


https://github.com/sashafklein/sergeant-api

Last synced: 9 months ago
JSON representation

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.