Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 383 Bytes

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