Skip to content

A simple NodeJS project to schedule barber time 💈

License

Notifications You must be signed in to change notification settings

gabriel-hahn/barber-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barber App

A simple NodeJS project to schedule barber 💈

  • NodeJS.
  • Express.
  • Postgres.
  • Nunjucks.

Getting Started

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

Demo

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Gabriel Hahn Schaeffer | Rocketseat - Teacher

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details