/goalsetter-mern-app

GoalSetter MERN App

Primary LanguageJavaScriptMIT LicenseMIT

GoalSetter MERN App

License: MIT

This is the goalsetter MERN App in which User Can:

  • Register and make their account
  • After Registering Login into their respective account
  • Set their Goals

Usage

Rename the .envexample to .env and add your MONGO_URI

Install node dependencies

# Backend deps
npm install

# Frontend deps
cd frontend
npm install

Run Server

npm run server