A Software as a Service to provide a scheduling between barbers and clients.
The first step is to create your account, then you can login and choose a barber, check his schedule and make an appointment.
- Node
- Express
- Express-Session
- Sequelize
- Postgres
- Bcrypt
- Nunjucks
- Multer
- Moment.JS
- Connect-Loki
- Connect-Flash
- dotenv
- Eslint-Airbnb
- Nodemon
Clone the project with
git clone https://github.com/CarlosLevir/GoBarber-NodeJs-Rocketseat.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:
npx 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