Skip to content

This GitHub repository contains a Node.js CRUD application using MongoDB as the database. It provides basic functionality for creating, reading, updating and deleting data, making it a good starting point for building more complex apps

License

Notifications You must be signed in to change notification settings

hamzasial1911/CRUD-Functionality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Functionality

Crude Functionality is a project that uses Express, Mongoose, and OpenAI to create a web application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have Node.js and MongoDB installed on your machine. You can download the latest version of Node.js from the official website (https://nodejs.org/en/) and follow the instructions on the MongoDB website (https://docs.mongodb.com/manual/installation/) to install MongoDB.

Installing

To install the dependencies for this project, run:

  1. Clone or download the repository
  2. Open a terminal and navigate to the project directory
  3. Run npm install to install all the required dependencies
npm install 
  1. Run npm start to start the application
npm start 
  1. The application should now be running on your local machine at http://localhost:3000

Features

  • CRUD functionality for MongoDB database

Usage

You can use this application as a starting point for building more complex applications with CRUD functionality.

Note

You can make changes to the code as per your requirement and use it for various purposes.

Author

Your Name - https://github.com/hamzasial1911

License

This project is licensed under the ISC license.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration

About

This GitHub repository contains a Node.js CRUD application using MongoDB as the database. It provides basic functionality for creating, reading, updating and deleting data, making it a good starting point for building more complex apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published