This is a simple CRUD project built using Node.js, Express, and MongoDB. It provides basic functionality to create, read, update, and delete articles.
- Create new articles
- Read/Retrieve articles
- Update existing articles
- Delete articles
- Supports
Markdown
Blog - Supports comments
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine
- MongoDB running locally or on a remote server
- npm (Node Package Manager) installed
- Clone the repository
$ git clone https://github.com/ansonhe97/ExpressDemo.git
$ cd ExpressDemo
- Install dependencies
$ npm install
- Start the application
$ npm start
This will start the server on the port 4000
, and you will be able to access it at http://localhost:4000