Skip to content

🚀 Software as a Service to provide a scheduling between barbers and clients.

Notifications You must be signed in to change notification settings

CarlosLevir/GoBarber-NodeJs-Rocketseat

Repository files navigation

GoBarber-NodeJs-Rocketseat

A Software as a Service to provide a scheduling between barbers and clients.

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/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

License

MIT

About

🚀 Software as a Service to provide a scheduling between barbers and clients.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published