/gobarber-api

This is a typescript API example. It's being developed using Typescript and Express. This API was developed during RocketSeat's GoStack Bootcamp as a test of concepts applied to a real application called GoBarber using Node and TypeScript.

Primary LanguageTypeScript

readme-headers_GoStack-Node

GoBarber - API

This is the code of GoStack main project, called GoBarber.

2021-03-09 23 31 55

About this code

It was developed using Node and TypeScript. This project was developed during RocketSeat's GoStack Bootcamp and it's used as back-end on GoBarber Application. You can find the React web application here and the React Native mobile application here

Tech Stack

O projeto foi feito com as seguintes tecnologias:

Starting Application

$ cd gobarber-api

# Creating the database Docker image:
# Within the project, there is already a docker-compose.yml file that has the
# PostgreSQL as a database, just have Docker installed on your machine.
$ docker-compose up -d # Will start in the background and will not block the shell

# Running migrations to the database and starting the project
$ yarn && yarn typeorm migration:run && yarn dev:server

Run Project

The second thing is run the project, you can do it by running the following command on your terminal:

yarn dev:server

License

This project is developed under MIT License. See LICENSE file to know more details.

Made with ❤️ by Ayrton Souza 👋 Get in touch!