An open API service indexing awesome lists of open source software.

https://github.com/peimelo/gobarber


https://github.com/peimelo/gobarber

nodejs rocketseat typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go Barber

After clone this repository, install the dependencies:

```
yarn install
```

## Docker for Postgres database

```
# up docker
docker compose up -d

# create tables
yarn dev:typeorm migration:run

# stop database
docker compose stop
```

To run the project:

```
yarn dev:server
```

Open your browser in `http://localhost:3333`