Help fight COVID as a part of your community. Our web app enables you to connect and help covid fighting efforts in your community and other members who have been badly affected by COVID-19.
Developed for RookieHacks 2020. Recipient of the 1st Overall Beginner award.
Check out the app here!
This software is licensed under the MIT License. See LICENSE.md for more details.
- The front-end of the application is built on the Flask Framework, and the backend is built using react.
- The code for the front end is located in the
src/directory.- To build the react application use
npm run buildand the build will be exported to thebuild/directory.
- To build the react application use
- The Flask application can be found in
main.py.- Instructions for running the flask application can be found in the Heroku
Procfile
- Instructions for running the flask application can be found in the Heroku
- Just fork a version of this repository, make the changes you want to, and make a pull request.
- All the members of the Hackathon team will review the pull request, and accept or reject any incoming changes after testing.