A collection of full-stack development projects showcasing various technologies and patterns.
| Project | Type | Tech Stack | Status | Docs |
|---|---|---|---|---|
| node-swagger-api-beginner | API - Beginner | Node.js, Express, Swagger | Active | README |
| production-api | API - Production | Node.js, Express, Prisma, JWT, PostgreSQL | Active | README |
| production-api-mongodb | API - Production | Node.js, Express, MongoDB, Mongoose, JWT | Active | README |
Each project has its own setup instructions. See the individual project READMEs for detailed documentation.
# Navigate to any project
cd <project-name>
# Install dependencies
npm install
# Start development server
npm run devFull-Stack-Dev/
├── node-swagger-api-beginner/ # REST API - Basic concepts
├── production-api/ # REST API - Production-ready
├── production-api-mongodb/ # REST API - MongoDB-based production implementation
└── README.md # This file
- Beginner - Start with
node-swagger-api-beginnerto learn REST API fundamentals - Advanced - Move to
production-apifor professional patterns and practices
ISC
Happy coding!