Skip to content

Beer API REST using Express, NodeJS, Sequelize. Documented with Swagger-UI

Notifications You must be signed in to change notification settings

lucasvigier/beer-api

Repository files navigation

Beer-API 🍺

Beer API REST using Express, NodeJS, Sequelize

Prerequisites

Serve locally the API

  1. Clone the repo and change directory into it
$ cd ~/Desktop
$ git clone https://github.com/lucasvigier/beer-api.git
$ cd beer-api
  1. Next, install the project packages
$ npm install
  1. Then, you can run the server with the following command
$ npm start
  1. You can also run the tests
$ npm test

You can now access to the API at localhost:3000/api/beer

Documentation

You can access to the documentation of the API at localhost:3000/api-doc