List of technologies and tools used in the project:
- Node.js
- Express.js
- MongoDb
- CORS
- Morgan
- React
- Node.js installed
- Database (Mongodb) installed and running
-
Clone the repository:
$ git clone $ cd your-project -
Install dependencies:
$ npm install
- Start the Servers
$ npm run dev$ npm run start- Ensure MongoDB is installed locally or use MongoDB Atlas for cloud access. Install Dependencies:
- Add
mongooseto your project to interact with MongoDB.
npm install mongoose`
logging is implemented in your project:
- Morgan middleware is used for HTTP request logging.
- Logs are output to the console in a specified format.
This project is licensed under the MIT License - see the LICENSE.md file for details