Skip to content

🚀 haircut application. Backend technologies nodejs, Sequelize, Postgres, MongoDb, Redis for email queue etc...

Notifications You must be signed in to change notification settings

Script31/Gobarber-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GoBarber-backend

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/Script31/Gobarber-Backend.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

🚀 haircut application. Backend technologies nodejs, Sequelize, Postgres, MongoDb, Redis for email queue etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published