This project is the result of the second Hackathon of Rails Bootcamp prometed by OneBiteCode. The project proposal is a medical consultation history system.
The project was built following the business rules from the Hackathon challenge.
- View App (Video) Access Video
- ruby on rails
7.0.2
- ruby
3.0.3
- postgresql
- React
17.0.2
The initial design concept was built on figma. Access Link
The initial database diagram concept was built on dbdesigner.net Access Link
- Clone the project
git clone https://github.com/e-bruns/health-care-app
cd health-care-app
- Install dependencies
yarn install || npm install
- Start the project
npm start