Skip to content

dshegde/Meal-Planner

 
 

Repository files navigation

Meal Planner SETUP

(All commands are with respect to the root directory of the project)

Clone repository Copy and configure .env file (cp backend/.env.example backend/.env) Install dependencies (cd backend/ && pnpm install) Start database and auth service (docker compose up) Migrate database (cd backend/ && pnpm migration:run) Seed Database (cd backend/ && pnpm seed or (pnpm gitSync)) Start backend (cd backend/ && pnpm dev) Start frontend (cd frontend/ && pnpm dev)

#Credentials to use

Username -

user1@email.com, user2@email.com, user3@email.com password - password@123 Password is the same for all 3 users.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.6%
  • CSS 2.5%
  • Dockerfile 2.3%
  • Python 1.8%
  • HTML 1.6%
  • PowerShell 0.1%
  • Other 0.1%