Application to manage medical history of the animals.
- Users(doctors and caretakers) should be pre-registered on the platform in order to login and perform other actions in the app.
- Should have different user roles Doctors/ Caretakers /Admin
- Docters should have ability to add new animal record
- Docters should have ability to add new treatment record
- Admin should have ability to add new users and assign roles
- All the users have access to view records
- Clone and install dependancies
- Get a copy of
.env.sample
file and rename it as.env
- Replace
DB_URI
andTOKEN_SECRET
environment variables with relevant values
Please check this invision wireframes
- Node JS, Express, Mongodb
- Please check the issues. If you have any doubt please comment there.
- Please comment before you start work on the issue (this will help us to minimize duplicate contributions)
- Please check here