Skip to content

marcelorl/tastin

Repository files navigation

tastin

js-semistandard-style

Overview

API Backend application for Tastin client.

It allows you to:

  • Search for Restaurants around the current position of the client;
  • Search for Restaurant's Reviews;
  • Create review for restaurants.

Technologies:

  • Express server
  • Sequelize ORM
    • SQlite (dev)
    • Mysql (prod)
  • Swagger (dev)
  • Semi-standard lint

API documentation

http://localhost:3001/api/docs.

Commands:

Installation:

cp .env.example .env
yarn
yarn migrate

Development:

yarn server
yarn lint

CI:

Comming soon ...

Deploy

Install heroku cli:

https://devcenter.heroku.com/articles/heroku-cli

Whenever any changes are made, push them normally, then:

git push heroku master

If changes were made in the front-end and pushed to its deploy branch, then:

cd build && git pull origin deploy
git push heroku master

Releases

No releases published

Packages

No packages published