Simple quotes is a basic CRUD system built with node, express & mongodb. I was learning node for which build this CRUD system. A basic CRUD by which you can learn too if you want.
Features of Simple Quotes
- Insert Quotes
- View Quotes
- Update Single Quotes (ID wise)
- Delete Single Quotes (ID wise)
Clone the repository to your local machine or download the zip file to your pc. Then run the following command:
npm run dev
- Express Flash
- Express Session
- Express CookieParser
- EJS - Javascript Templates
- Adnan Shawkat - Initial work - Code Heaven
This project is licensed under the MIT License