/Moneyfare

Primary LanguageJavaScript

SETUP

create config folder and add config.env file in it and all all env variables there.

MONGO_URL : Your MongoDB Connection String

PORT: PORT number

Run-up

  cd backend
  npm install
  npm start
  npm run dev

MIT