Beer API REST using Express, NodeJS, Sequelize
- Clone the repo and change directory into it
$ cd ~/Desktop
$ git clone https://github.com/lucasvigier/beer-api.git
$ cd beer-api
- Next, install the project packages
$ npm install
- Then, you can run the server with the following command
$ npm start
- You can also run the tests
$ npm test
You can now access to the API at localhost:3000/api/beer
You can access to the documentation of the API at localhost:3000/api-doc