Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 989 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 989 Bytes

Book Management Application

This project is a Bookstore Management Application developed as part of my journey in learning the MERN stack, specifically focusing on Node.js and MongoDB. The application utilizes EJS for templating and Tailwind CSS for styling. It's perfect for someone who is looking for a beginner-friendly MERN project, one can refer to this as a starting point.

Run Locally

Clone the project

  git clone https://github.com/Anantshah133/Book-store-nodejs.git

Go to the project directory

  cd Book-store-nodejs

Install dependencies

  npm install

Start the server

  node index.js

Or, if you have Nodemon installed, you can use

  nodemon index.js

Author

This Markdown file provides clear instructions on how to clone the repository, install dependencies, and start the server locally. Additionally, it includes the author's information at the end.