Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peimelo/gobarber


https://github.com/peimelo/gobarber

nodejs rocketseat typescript

Last synced: about 20 hours 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`