Welcome to my 30 Days Backend Development Journey!
In this repo, I will be building 30 projects in 30 days to master backend development concepts step by step. in 3 different backend technologies:
- Node.js (JavaScript/TypeScript)
- PHP
- Java (Spring Boot)
- nodejs/ β All Node.js backend projects
- php/ β All PHP backend projects
- java/ β All Java backend projects
- Node.js + Express.js
- PHP + Laravel / Core PHP
- Java + Spring Boot
Check inside each language folder for setup instructions.
Example:
cd nodejs/day01-hello-world-api
npm install
npm start
cd php/day01-hello-world-api
php -S localhost:8000
cd java/day01-hello-world-api
mvn spring-boot:run