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.gitGet in the path project, then install the dependencies with:
yarnThen, 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:migrateAfter database config, you can start the server with:
yarn startIf you are in development environment, you can use the development server:
yarn dev