hookercookerman / gobarber-backend

Backend do app GoBarber desenvolvido com Nodejs no Bootcamp GoStack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ GoBarber-Backend πŸš€

gobarber-logo

This project was developed in GoStack Bootcamp from Rocketseat. It is the backend of an application for barbershops named GoBarber. The frontend can be accessed here and the mobile version here.

Objective β€’ Technologies β€’ How to run the application β€’

πŸ’‘ Objective

This project allows the customer to make an appointment with a specific barber and the barber can see the appointments of a particular day. This project was developed using DDD, TDD and some SOLID principles.

πŸš€ Technologies

It was used these technologies in this project.

πŸ’» How to run the application

Pre Requiriments

You will need these tools instaled in your machine:

# Clone this repository
$ git clone https://github.com/yesminmarie/gobarber-backend

# Go into the folder of the project
$ cd gobarber-backend

# Install the dependencies
$ yarn

# Run the migrations
yarn typeorm migration:run

# Run the project in developer mode
yarn dev:server

Made with ❀️ by Yesmin Marie

About

Backend do app GoBarber desenvolvido com Nodejs no Bootcamp GoStack


Languages

Language:TypeScript 85.2%Language:JavaScript 10.4%Language:CSS 3.8%Language:Handlebars 0.4%Language:Shell 0.2%