Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashman/marcar
https://github.com/sashman/marcar
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashman/marcar
- Owner: sashman
- Created: 2020-04-12T20:22:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:20:58.000Z (about 2 years ago)
- Last Synced: 2024-10-13T23:44:17.981Z (2 months ago)
- Language: TypeScript
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marcar
## Prerequisites
Postgres:
```
docker run -d -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -p 5432:5432 postgres
```## Usage
```
npm i
```Run migrations:
```
prisma migrate up --experimental
```Run seeds:
```
npm run seed
```Bring up dev environment:
```
npm run -s dev
```