A simple NodeJS project to schedule barber 💈
- NodeJS.
- Express.
- Postgres.
- Nunjucks.
Create a database and change the follow configuration in database.js file:
...
username: 'DATABASE USERNAME',
password: 'DATABASE PASSWORD',
database: 'DATABASE NAME',
...
Install all dependencies:
yarn
Run the project (port 3000):
yarn start
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Gabriel Hahn Schaeffer | Rocketseat - Teacher
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details