Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

File metadata and controls

35 lines (23 loc) · 1.05 KB

Frequently Asked Questions (FAQ)

What is this repository for?

This is the backend service for the Hacktoberfest 2025 project, built with Node.js, Express, and MongoDB (via Mongoose).

It provides the REST API that powers the frontend.


How do I run the backend locally?

See the Usage Guide for detailed setup instructions.


What database is used?

We use MongoDB.
You can connect to a local MongoDB instance or use a hosted MongoDB Atlas cluster.


Do I need Docker to run this?

No — Docker is optional. You can run locally with Node.js, or use Docker for an isolated environment.
See the Usage Guide for details.


How are contributions recognized?

We use the All Contributors bot.
See Contributing for how to add yourself.


Who maintains this project?

Maintained by the Open Code Chicago community.
For questions, open a GitHub Discussion or contact us: info@opencodechicago.org.