Skip to content

omari-kd/Full-Stack-Dev-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors