Migraine Tracker is a full stack web application, built to track daily habits and wellness, as well as record migraine episodes. The data is then presented graphically in order to help the user understand the triggers for migraines and to help the user be more mindful of their general day to day health and wellbeing.
- HTML / CSS
- JavaScript
- React
- Node
- Express
- PostgreSQL
- Material UI
- ChartJS
- Balsamiq Mockups
- DB Designer
- MomentJS
To set up this application on your computer, follow these instructions to create a new database for the local data to be stored.
Database is done with PostgreSQL, it should be created and called "migraine_tracker'.
See database.sql for table creation.
Steps to get the development environment running.
- Download this project.
- Set-Up DB (above)
npm install
npm run server
npm run client
[TBA]
- @sBahta1 (Sam Bahta)