Skip to content

leilakany/easy_cooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy cooking

How to compile

First, install dependencies for both node projects.

cd frontend/
npm install
cd ../backend/
npm install

Then, make sure you have Mongo running and add to a .env file the variable DATABASE_URL containing the url of your mongodb.

echo DATABASE_URL=... > .env
source .env

How to run

Run both server using npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published