Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedMaherElSaeidi authored Aug 1, 2024
1 parent 5cfe66d commit 49e32df
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,25 @@
## Table of Contents

1. [Overview](#overview)
2. [Tech Stack](#tech-stack)
3. [Features](#features)
2. [Features](#features)
- [User Management](#user-management)
- [Product Management](#product-management)
- [Cart Management](#cart-management)
- [Order Management](#order-management)
- [File Handling](#file-handling)
- [Validation and Security](#validation-and-security)
- [Development Tools](#development-tools)
4. [APIs](#apis)
3. [APIs](#apis)
- [Auth](#auth)
- [Categories](#categories)
- [Carts](#carts)
- [Cart Items](#cart-items)
- [Products](#products)
- [Users](#users)
5. [Getting Started](#getting-started)
4. [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
6. [Environment Variables](#environment-variables)
5. [Environment Variables](#environment-variables)


## Overview
Expand All @@ -31,17 +30,6 @@ This is the backend for the e-commerce application. It provides RESTful APIs to

You can find the frontend implementation [here](https://github.com/AhmedMaherElSaeidi/Electrify-ReactJS).

## Tech Stack

- **Node.js**: JavaScript runtime for server-side applications.
- **Express**: Web framework for building APIs.
- **Sequelize**: ORM for relational databases.
- **JWT**: JSON Web Tokens for authentication.
- **Multer**: Middleware for handling file uploads.
- **Joi**: Data validation library.
- **bcrypt**: Library for hashing passwords.
- **Nodemon**: Tool for automatically restarting the server during development.

## Features

### User Management
Expand Down

0 comments on commit 49e32df

Please sign in to comment.