HACKUP is a web application that provides information about upcoming and ongoing hackathons from various sources. The application is built using React, Python Flask, and MySQL.
- Displays a list of upcoming and ongoing hackathons
- Allows users to filter hackathons by date, location, and other criteria
- Provides detailed information about each hackathon, including the date, location, sponsors, and prizes
- Allows users to save hackathons to their favorites list
- Provides an API for accessing the hackathon data
- Node.js
- Python 3
- MySQL
-
Clone the repository
bashCopy code
git clone https://github.com/scopophobic/HACKUP.git
-
Install the dependencies for the frontend
bashCopy code
cd HACKUP/frontend npm install
-
Install the dependencies for the backend
bashCopy code
cd ../backend pip install -r requirements.txt
currently i'm wroking on the backend