rename project to apl nuke
parent
c0982a0de0
commit
841a5f70a0
@ -1,5 +1,17 @@
|
||||
# Express API Starter
|
||||
# APL Esports Nuke
|
||||
|
||||
This is an API Starter written in node.js and express for the ease of creating backend projects.
|
||||
This is a **real-time** websocket service for handling live updates of stream data. This includes basic token authentication
|
||||
through the CMS for creating/updating data.
|
||||
|
||||
`TODO: Fill Readme`
|
||||
## Todos
|
||||
|
||||
- [ ] data
|
||||
- [ ] create channels
|
||||
- [ ] create migrations with stream consideration
|
||||
- [ ] read from db
|
||||
- [ ] create data
|
||||
- [ ] update data
|
||||
- [ ] authentication
|
||||
- [ ] create collection
|
||||
- [ ] cache tokens on startup
|
||||
- [ ] allow create, update only on authentication
|
Loading…
Reference in New Issue