- Make sure you computer has mongodb locally installed.
- Run
mongod
in your terminal - Check which port it's running on ()
- In
app/src/mongoosedb.ts
, changePORT
to the port your mongod is running on. - In
App
directory, runnpm i
- In
App
directory, runnpm run compile
. This will compile with tsc. - Run
npm start
to start Express Server.
- In
dronuts-react
runnpm i
- Run
npm start