Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 1.71 KB

README.md

File metadata and controls

82 lines (62 loc) · 1.71 KB

           

MEDR

Description

Ever forgot to take your medications? Ever wanted to have one place to keep track of all of them? MEDR is a full stack web app allowing to store and track prescriptions to help with medicine compliance and health. Coming Soon.

main ui

Getting Started/Requirements/Prerequisites/Dependencies

Spinning up the app

Frontend

cd client
npm install
npm start

Backend

cd server
npm install
npm start

Tech

Frontend

  • React

Backend

  • Node
  • Express
  • PostgreSQL
  • MongoDB (Development/Testing)
  • Mongoose (Development/Testing)

Todo

  • [] Add tests

  • [] Lint

  • [] Storybook components

  • Can delete medication

  • Add session tokens

  • Figure out if privacy policy need

  • Make the app work Offline

  • Deploy on Heroku/Netlify

  • Swap out MongoDB for PostgreSQL

  • Can add medication

  • App lists medication

  • Get modals for medication add and edit

Contributing

  • Contributor Guidelines
  • Code Style/Requirements
  • Format for commit messages
  • Thank you (name contributors)

License

MIT