ognjenjevremovic / pretty-easy-crud

Easy CRUD operations on MongoDB database collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pretty-easy

pretty-easy is a pack (bundle) of NodeJS modules for common tasks, such as:

  • getting the dates [ Git repository, npm module ],
  • displaying logs to the console (including writing them to files) [ Git repository, npm module ],
  • setting and reading environment variables [(in development)],
  • CRUD operations using MongoDB database collections [(in development)],
  • Crypting and decrypting the data [(planned for the later date)],
  • easily sending the mails [(planned for the later date)]

 

What is pretty-easy-crud?

pretty-easy-crud *is a NodeJS module for performing CRUD (create, read, update and delete) operations on MongoDB collections in a much intuitive way.

 

Still in development

Please do note that the module is still in development and not all of the features (planned for initial release) are yet implemented. As such, the module is NOT intended for production yet and is not found on the npm repository because of the same reason.

If you're eager to see the module production ready, please consider making a pull request and contribute to the project.

 

Want to contribute?

Great! Anyone can help make this project better - check out the github repository!

 

License

Copyright (c) 2016 Ognjen Jevremović

Licensed under the MIT License.

About

Easy CRUD operations on MongoDB database collections

License:MIT License


Languages

Language:JavaScript 100.0%