- Full documentation: Confluence
- Agile Scrum: Jira
- Code Base: Github
Disease tracking App that lets user keep track of different diseases in user friendly manner. Project specification mentioned in confluence.
Puppeteer JS is used to scrape the website. Allows us to use the Dev Tools and as the library is in JS can be easily integrated with the App
Documentation through Swagger
MongoDB used as most of our requirements are solved by non-SQL based data
React is used as the component based frontend serves to fulfill our requirements
Heroku is used to deploy our API endpoints
git clone https://github.com/samztz/SENG3011_GeeksForHDs.git
cd SENG3011_GeeksForHDs
npm init
npm run dev
Input country and city with start and end time (DD:MM:YYYY) to receive data
http://localhost:4000//report/:country/:city/?start=''&end=
To get specific reports
GET/report/?{reportId}
To get all reports
Get/report/all
Get user reports by user id
GET/report/:userId/
Save reports to user return successful report
POST/report/:userId/:reportId
Delete report
DELETE/api/report/:userId/
- Tingzhuang Zhou
- Avijit Prasad
- Mashira Farid
- Lin Thit
- Zifan Wei