rename project to apl nuke

main
Ayush Mukherjee 4 years ago
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

@ -1,6 +1,6 @@
{
"name": "nuke",
"version": "1.2.0",
"version": "1.0.0",
"description": "APL Esports' Nuke Server",
"main": "index.js",
"scripts": {

@ -17,7 +17,7 @@ app.use(cors())
app.get('/', (req, res) => {
res.json({
message: 'Hello!'
message: 'APL Esports Nuke v1.0.0'
})
})

Loading…
Cancel
Save