Version

NodeJS 12.14.1

Installation

Clone the project with

git clone https://github.com/truecode112/nodejs-barber-appointment-solution.git

Get in the path project, then install the dependencies with:

yarn

Then, you have to create your postgres database (Or another if you want) and fill your own fields in .env file.

Now, you have to create tables with the command:

yarn sequelize db:migrate

After database config, you can start the server with:

yarn start

If you are in development environment, you can use the development server:

yarn dev

🚀 Technologies