https://github.com/peimelo/gobarber
https://github.com/peimelo/gobarber
nodejs rocketseat typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peimelo/gobarber
- Owner: peimelo
- Created: 2020-04-23T10:20:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:25:10.000Z (over 3 years ago)
- Last Synced: 2025-05-16T07:11:27.628Z (about 1 year ago)
- Topics: nodejs, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- 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`