Healthcipes has many recipes
- React Native
- FastAPI
- MySQL
To get a local copy up and running follow these simple steps.
- yarn
npm install --global yarn
docker compose up
Backend is exposed on port 8080 MySQL is exposed on port 3306
Contributions are what make the community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request