Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.07 KB

Gympoint - API

POSTMAN Documentation

Test it out

It's deployed on heroku, check it out: gympoint-api-caio.herokuapp.com

Relevant libraries

⬇️ Installing

Install the dependencies

yarn install

🔧 Setting up

Set the environment variables in a .env file as exemplified in the .env.example

Run the migrations to create the database

yarn sequelize db:migrate

Run the seeds to populate the database

yarn sequelize db:seed:all

🏃 Running

Just start the server

yarn dev