Skip to content

Serpent-MMMF/backend-app

Repository files navigation

How to run

  1. Copy env file from .env.example to .env and fill the variables' value
  2. Install dependencies
    npm install
    
  3. Run Migration
    npx prisma migrate dev
    
    Optionally you can seed the database after that
    npx prisma db seed
    
  4. Run the App
    npm run dev
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors