Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 750 Bytes

File metadata and controls

37 lines (26 loc) · 750 Bytes

Bookify

Bookify is an backend written using nodeJs and express using the MVC architecture for roboust CRUD operations for an BOOKs Application. Also used mongoDB for storing the data.

Installation

Use the package manager npm to install express.Ensure you have nodeJS runtime Environment.

npm install express 

Dependencies

npm install body-parser
npm install mangoose
npm install nodemon
npm install ejs

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT