Giter VIP home page Giter VIP logo

nodejs-express-mongodb's Introduction

nodejs-express-mongodb Project outline / goal

User Roles

=> admin
=> moderator
=> author
=> registered user
=> guest user (not registered )

Guest user

=> can see published tutorial list and search ✓
=> can do registration ✓

Registered user

=> create profile ✓
=> view profile details ✓
=> update profile ✓
=> change password ✓
=> can see the tutorial list and search ✓
=> can see his purchased tutorial list ✓
=> can read the full tutorial (purchased tutorial only) ✓

Author user

=> create profile ✓
=> view profile details ✓
=> update profile ✓
=> change password ✓
=> can see the tutorial list and search ✓
=> can see his purchased tutorial list
=> can read the full tutorial ✓
=> can see his own tutorial list ✓
=> can create his own tutorial ✓
=> can update his own tutorial ✓
=> count tutorial how many copies are sold ✓
=> list of users (my customers) who have purchased my tutorials ✓

Moderator user

=> create profile ✓
=> view profile details ✓
=> update profile ✓
=> change password ✓
=> can see published tutorial list and search ✓
=> can see unpublished tutorial list list and search ✓
=> can read the full tutorial to review ✓
=> can publish or un-publish the tutorial ✓

Admin user

=> create profile ✓
=> view profile details ✓
=> update profile ✓
=> change password ✓
=> Moderator list (add , edit, delete )
=> Author list
=> Registered User list
=> can see the tutorial list and search
=> can read the full tutorial
=> can publish or un-publish the tutorial
=> order list

** Follow the postman collection for testing

Configuration

=> create config folder inside app folder
=> configure db.config.js as app>config>db.config.js
=> configure DB as
module.exports = {
url: "your mongo DB link "
}

example
module.exports = {
url: "mongodb+srv://xxxxxxx:[email protected]/databaseName"
}

Project setup

npm install

Run

npm start

nodejs-express-mongodb's People

Contributors

saifuldhaka avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.