Skip to content

effaf/RestAPI-myShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyShop REST API

Node.js Express.js REST API

MyShop REST API is a backend service built using the Express.js framework and Node.js. This API provides essential functionality for managing users and products, making it a solid foundation for an e-commerce or inventory management system.

Features

  • User Authentication: Secure user authentication system for user management.

  • CRUD Operations: Perform Create, Read, Update, and Delete operations on products and users with ease.

Installation

  • Clone this repository using git clone https://github.com/<username>/<repository>.git
  • Navigate to the project directory using cd <repository>
  • Install the necessary dependencies using npm install
  • Start the development server using npm start
  • The API will be available at http://localhost:3000. You can use tools like Postman to send and receive data.

About

A RestAPI built using Express. CRUD operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published