Skip to content

hanine007/Store_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Express.js MongoDB CORS Morgan React

Store_Project

Table of Contents

Introduction

Technologies Used

List of technologies and tools used in the project:

  • Node.js
  • Express.js
  • MongoDb
  • CORS
  • Morgan
  • React

Setup

Prerequisites

  • Node.js installed
  • Database (Mongodb) installed and running

Installation

  1. Clone the repository:

    $ git clone 
    $ cd your-project
  2. Install dependencies:

    $ npm install

Usage

  1. Start the Servers
$ npm run dev

Local Electron app

$ npm run start

Database

  • Ensure MongoDB is installed locally or use MongoDB Atlas for cloud access. Install Dependencies:
  • Add mongoose to your project to interact with MongoDB.
npm install mongoose

`

Logging

logging is implemented in your project:

  • Morgan middleware is used for HTTP request logging.
  • Logs are output to the console in a specified format.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published