Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vikas-ukani/e-learning-site-nodejs-express
- Owner: vikas-ukani
- Created: 2020-06-15T09:10:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:07:36.000Z (about 2 years ago)
- Last Synced: 2023-03-06T09:37:47.750Z (almost 2 years ago)
- Language: CSS
- Size: 604 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.jsviews:
error.handlebars index.handlebars layouts/ partials/
```