Nodejs console handheld Social Network
- MongoDB install now!
- Node.js > v6.0 install now!
- npm install
- rename the file auth.example.js to auth.js
- npm start
- Server will run on port 3000
- Go to localhost:3000
Endpoint | HTTP Verb | Description |
---|---|---|
api/gb/:id | GET | Single GameBoy game |
api/gbc/:id | GET | Single GameBoy Color game |
api/gba/:id | GET | Single GameBoy Advance game |
api/nes/:id | GET | Single NES game |
api/snes/:id | GET | Single SNES game |
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D