Skip to content

web-codegrammer/Project_Goalsetter-MERN-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goalsetter MERN app

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

Live Here

https://mernappdevgoalsetter.herokuapp.com/

Taken Reference from

Brad Traversy's Learn the MERN Stack series on YouTube.

Project is Licensed Under the

MIT License

Issued to Devanshu Vashishtha | Copyright ©️ 2022-2023 web-codegrammer