💡[Feature]: Day 1: Backend Setup & Environment Preparation
Is there an existing issue for this?
- [x] I have searched the existing issues
Feature Description
🎯 Goal
Set up the entire backend foundation so the API runs successfully on your local system.
✅ Tasks
- [ ] Fork the repository (https://github.com/SB2318/IEEE-s-Mindful-Devs-Bootcamp)
- [ ] Create a new branch:
yourname-ieee-igdtuw - [ ] Initialize Node.js project
- [ ] Install required dependencies (express, dotenv)
- [ ] Set up MongoDB
- [ ] Create the basic folder structure
- [ ] Add
/srcwith routes, controllers, services - [ ] Create a root route
/returning "API Is Working" - [ ] Add
.envfile (with dummy key) - [ ] Add
.gitignore - [ ] Run server locally without errors
📌 Acceptance Criteria
- The server should run without any crashes
- Root route must display:
"API Is Working" - Project should follow clean folder structure
- Branch name must include
-ieee-igdtuw
Use Case
Learning
Benefits
Build In Public
Add ScreenShots
No response
Priority
High
Record
- [x] I have read the Contributing Guidelines
- [ ] I'm a GSSOC'24 contributor
- [ ] I'm a IEEE IGDTUW contributor
- [ ] I want to work on this issue
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊
Hi! i would love to try and work on this!
Hi! Opened the PR, right here: https://github.com/SB2318/IEEE-s-Mindful-Devs-Bootcamp/pull/2
Please review and tell me if there is anything i can do for improvements or if there are any mistakes!
@SB2318 should i start work on this ?
@SB2318 should i start work on this ?
Okay, but please make sure all PRs are merged before 11:59 PM today.
@SB2318 sure , I will take care of that