Skip to content

Habbit tracker app allowes you to keep tracks for a GOAL everyday and save it's progress towards the week

Notifications You must be signed in to change notification settings

roy-radhakanta/habbit-tracker

Repository files navigation

image

Habit tracker

Every day habit tracker with 7days of changable history functionality

Folder structure

  • 📁assets
    • 📁css
    • 📁images
    • 📁js
  • 📁config
  • 📁controllers
  • 📁models
  • 📁routes
  • 📁views

⚠️Dependencies

I have used Nodemon to run project nodemon

npm install -g nodemon

🌲Environmental Variables

PORT=3000 MONGO_URL=<you live mongodb url>

⚒️How to run the project

1. Go to the project directory. Ex. in windows -> cd habittracker

2. Create an .env file in the root directory and add PORT and MONGO_URL

I have used live mongodb url like

mongodb+srv://<user name>:<password>@<cluster somthing>.<random id>.mongodb.net/<your_db_name>?retryWrites=true&w=majority

then run this command on the same directory

npm install

then run

nodemon

or

npm run start

About

Habbit tracker app allowes you to keep tracks for a GOAL everyday and save it's progress towards the week

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published