Skip to content

software-students-spring2024/2-web-app-exercise-team-11

Repository files navigation

Mood Map

To run our project locally,

1. Create a .env file in the project's root directory with the specs we provided to you on Discord privately.

2. Use the command docker compose up --force-recreate --build -d to run the app.

3. Navigate to http://localhost:8000/ in your browser to use the app locally.

4. To close the app you can use docker compose down

5. If the ports we provided are unavailable, change them to some that are available on your machine by editing the Dockerfile, docker-compose.yml, and .env files locally. Then navigate to the new port in your browser http://localhost:<NewPortNumber>/

Product vision statement

MoodMap aims to create emotional awareness through a comprehensive tracker that categorizes emotions into detailed subcategories, enabling users to monitor trends and foster personal growth on a daily and weekly basis.

User stories

Task boards