DevCTrainingWithAndela Capstone project (Api Endpoints)
$ git clone https://github.com/wincodes/teamwork-api.git
$ cd teamwork-api
$ npm install
- copy cotents of .env.example to a new .env file and set all your env variables
- after setting your database variables, run $
npm run migrate
to run database migrations
$ npm run server
$ npm run test
visit /api/v1/api-docs
for the api documentation