🎮 Node.js RESTfull API for game collectors! Organize and manage all your games. 👾
Verify if you have node and npm installed / updated.
1 - Clone this repository:
$ git clone https://github.com/SabrinaBarros/retro-games-api.git
$ cd retro-games-api
2 - Install all dependencies:
$ npm install
3 - Configure your environment following the .env.example file.
4 - Start the project:
$ npm start
💅🏻 If you are beautiful (inside) follow the Beautiful JavaScript Code Style Guide!
npm start
- Start API and watch files for reload (development).npm test
- Run integration tests.npm run server
- Start API (production).npm run lint
- Run ESlint validations for code quality.
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.