Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.86 KB

File metadata and controls

57 lines (37 loc) · 1.86 KB

Full-Stack Development Projects

A collection of full-stack development projects showcasing various technologies and patterns.

Projects

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

Quick Start

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 dev

Project Structure

Full-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

Learning Resources

  • Beginner - Start with node-swagger-api-beginner to learn REST API fundamentals
  • Advanced - Move to production-api for professional patterns and practices

License

ISC


Happy coding!