Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 376 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 376 Bytes

MosqueOS Admin

Getting Started

Prerequisite

Get an account on Mongo Atlas. We need this as Prisma requires Replication and this isn't easy to set up on local environment.

cp .env.example .env
npm install

Go to http://localhost:3000

Database

Running database seed

npm run db:seed