Skip to content

JoshuaRamc/BudgetEats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

403 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Team-2-sp23

Client hosted at budget-eats.web.app

Server not hosted yet...

To start client:

  1. Navigate to client folder cd client
  2. Install dependencies npm i
  3. Run client with npm run start
  4. View client in browser at http://localhost:3000

To start server:

  1. Navigate to server folder cd server
  2. Install dependencies npm i
  3. Build dist folder with npm run build
  4. Create a .env file directly in the server folder and add the MongoDB connection string (ask Manav)
  5. Run server with npm run watch
  6. Server hosted at port 3001 by default http://localhost:3001

About

FullStack application BudgetEats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.6%
  • JavaScript 2.3%
  • Other 0.1%