Backend service for the Hack4Her event webpage β built to power registrations, participant management, schedules, and more.
This API serves as the backbone of the Hack4Her platform, supporting organizers and participants throughout the event lifecycle.
1οΈβ£ Clone the repository
git clone https://github.com/WIT-MTY/backend_h4h.git
cd backend_h4h
2οΈβ£ Install dependencies
npm install
3οΈβ£ Setup environment variables
Create a .env file in the root directory
4οΈβ£ Run the development server
npm run dev
backend_h4h/
β
βββ src/
β βββ controllers/
β βββ routes/
β βββ models/
β βββ middleware/
β βββ config/
β
βββ .env
βββ package.json
βββ README.md
Thanks to all the amazing people who have contributed to this project:
This project is licensed under the MIT License.