Skip to content

chloehkwong1/firebreak-mood-tracker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Tracker App

This is a simple Django/React app to track your mood.

To set up this project locally:

  1. Clone this repository.

Get the backend running locally:

  1. cd backend
  2. If you haven't got pip installed, you can install pip via homebrew using brew install python.
  3. If you haven't got pipenv installed you can install pipenv via the command pip install pipenv.
  4. pipenv shell to create a virtual environment.
  5. pipenv install to install the dependencies into the virtual environment.
  6. Run python manage.py runserver to start the server at http://localhost:8000

To get the frontend running locally:

  1. cd ../frontend
  2. npm install
  3. npm start to start the frontend at http://localhost:3000

About

This is a simple Django/React app to track your mood.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages