Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.23 KB

File metadata and controls

50 lines (36 loc) · 1.23 KB

Simple CRUD App

This is a simple CRUD (Create, Read, Update, Delete) application built with Express.js and MongoDB. This application demonstrates basic CRUD operations and can be used as a starting point for more complex applications.

Features

  • Create new records
  • Read existing records
  • Update existing records
  • Delete records
  • User-friendly interface
  • Responsive design

Installation

  1. Clone the repository:
    git clone https://github.com/faroukchebaiki/simple-express-API.git
  2. Navigate to the project directory:
    cd simple-express-API
  3. Install dependencies:
    npm install

Usage

  1. Start the application:
    npm start
  2. Open your browser and navigate to http://localhost:3000 (or the port specified in your configuration).

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, please contact Farouk Chebaiki at [Your Email].

Author