Ecosyste.ms: Awesome
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: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/peimelo/gobarber
- Owner: peimelo
- Created: 2020-04-23T10:20:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:25:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:50:21.211Z (7 months ago)
- Topics: nodejs, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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`