Skip to content

This server provides the backend functionality for the Angular frontend, allowing users to perform CRUD (Create, Read, Update, Delete) operations on products. The server utilizes Express and interacts with a JSON file to manage product data

Notifications You must be signed in to change notification settings

frckbrice/angular-shopping-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Server for Angular Storefront

This server provides the backend functionality for the Angular frontend, allowing users to perform CRUD (Create, Read, Update, Delete) operations on products. The server utilizes Express and interacts with a JSON file to manage product data.

Table of Contents

Features

  • Express Server: The server is built with Express, providing a robust and scalable backend.
  • CRUD Operations: Supports Create, Read, Update, and Delete operations on product data.
  • JSON Data Storage: Products are stored and manipulated within a JSON file instead of a traditional database.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the repository:
    git clone [email protected]:frckbrice/angular-shopping-backend.git
  2. Install dependencies:
    npm install

Usage

  1. Run the server:

    npm start
  2. The server will be running on http://localhost:3000/.

  3. The Angular frontend will interact with these API endpoints to perform CRUD operations on products.

License

This project is licensed under the MIT License.

About

This server provides the backend functionality for the Angular frontend, allowing users to perform CRUD (Create, Read, Update, Delete) operations on products. The server utilizes Express and interacts with a JSON file to manage product data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published