Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sashman/marcar


https://github.com/sashman/marcar

Last synced: about 1 month ago
JSON representation

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
```