Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikas-ukani/e-learning-site-nodejs-express

Online Learning site developed in NodeJS with Express Framework with MongoDB database and passport authentication
https://github.com/vikas-ukani/e-learning-site-nodejs-express

Last synced: about 1 month ago
JSON representation

Online Learning site developed in NodeJS with Express Framework with MongoDB database and passport authentication

Awesome Lists containing this project

README

        

# e-learning-site-nodejs-express

* Online Learning site developed in NodeJS with Express Framework with MongoDB database and passport authentication

### Requirements
* Node.js >= 8
* MongoDB >= 3.2

## Application Structure

```
bin:
www*

public:
images/ javascripts/ stylesheets/

routes:
index.js users.js

views:
error.handlebars index.handlebars layouts/ partials/
```