Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 431 Bytes

CONTRIBUTE.md

File metadata and controls

20 lines (19 loc) · 431 Bytes

Contribute to MediLynk

API Docs are here

Steps

  • Fork the repo
  • Clone the forked repo
  • Get inside the root directory of repo
  • Create a .env file, refer to this for creating .env file
  • Install dependencies
    npm install
    
  • Migrate the database
    npx prisma migrate dev
    
  • Run the server
    npm test