Skip to content

iAnas19/GoalsTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goalsetter Web Application

I started making this application as a tutorial from TraversyMedia but then I added few features of my own and will also be updating it with new features in the future. Feel free to ask any question

How to Use

Rename the .envexample to .env and add your MONGO_URI

Install dependencies

# Backend deps
npm install

# Frontend deps
cd frontend
npm install

Run Server

npm run server

Deployment

https://goalsetterpk.herokuapp.com/