/gobarber

An app for barber appointment and scheduling. (Node.JS)

Primary LanguageJavaScript


GoBarber

GoBarber

An app for barber appointment and scheduling.

PRs Welcome License MIT


Usage

The first step is to create your account, then you can login and choose a barber, check his schedule and make an appointment.

Technologies

Installation

Clone the project with

git clone https://github.com/carvalhobfr/gobarber.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

Contributing

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

License

MIT

Created by:

Matheus Carvalho – @Matheus