Skip to content

tsmurer/simple-node-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Project Collection

A collection of Node.js projects designed to help myself (and you) learn backend node backend programming through progressive challenges and maybe use its features as future reference. This repository includes various projects, starting from simple APIs to more complex applications.

Table of Contents

Projects

  1. To-Do List API

    • A simple API to manage a list of tasks.
    • Technologies: Node.js, Express, SQLite or MongoDB
    • Status: Completed
  2. User Authentication System

    • An API for user registration and login using JWT.
    • Technologies: Node.js, JWT, bcrypt, PostgreSQL
    • Status: Completed
  3. URL Shortener (In Progress)

    • An API to shorten and redirect URLs.
  4. Blog API with Comments (Upcoming)

    • A blog management system that supports posts and comments.
  5. E-commerce Backend (Shopping Cart API) (Upcoming)

    • An API for managing products, user carts, and transactions.
  6. Chat Application API (Real-time) (Upcoming)

    • A real-time chat application using WebSockets.
  7. Social Media API (Upcoming)

    • A social media platform backend with user interactions.
  8. Inventory Management System (Upcoming)

    • An API for tracking inventory and product management.
  9. Task Queue System (Background Jobs) (Upcoming)

    • A system for processing background jobs asynchronously.
  10. API Rate Limiter (Upcoming)

    • A rate limiter for APIs to enhance security.

Technologies

  • Node.js
  • Express or Fastify
  • PostgreSQL or MongoDB
  • JWT for authentication
  • bcrypt for password hashing
  • (Add any other technologies you used)

Installation

  1. Clone the repository:
    git clone https://github.com/tsmurer/node-project-collection.git
    cd node-project-collection

About

Some simple node projects to use for feature reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors