chore: add all the code from original repo
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
## Commands
|
||||
|
||||
Copy .env.example to .env
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
Run database on Docker
|
||||
|
||||
```bash
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
Apply Prisma migrations
|
||||
|
||||
```bash
|
||||
yarn migrate
|
||||
```
|
||||
|
||||
Generate Prisma client
|
||||
|
||||
```bash
|
||||
yarn generate
|
||||
```
|
||||
|
||||
Run the server
|
||||
|
||||
```bash
|
||||
yarn dev
|
||||
```
|
||||
Reference in New Issue
Block a user