Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ksb96/backend_server

This repo consists of codes related to creation of backend server using - nodejs, express, ejs engines & mongodb as a database
https://github.com/ksb96/backend_server

ejs expressjs mongodb mongodb-database mongoose nodejs pug

Last synced: about 12 hours ago
JSON representation

This repo consists of codes related to creation of backend server using - nodejs, express, ejs engines & mongodb as a database

Awesome Lists containing this project

README

        

**[NodeJS](https://nodejs.org/en/docs/guides/)**

A collective journey of my learning Nodejs.

It also consists of the **basic** backend codes which required to create the bare bone of a backend server, using- [NodeJS](https://nodejs.org/en/docs/), [ExpressJS](https://expressjs.com/en/5x/api.html), [NPM](https://docs.npmjs.com/about-npm), [MongoDB](https://www.mongodb.com/docs/), [Mongoose](https://mongoosejs.com/docs/documents.html) .

**Table of Contents**
- Ch - 1 -> *Server* creation.
- Ch - 2 -> *Route* creation.
- Ch - 3 -> *HTTP GET*.
- Ch - 4 -> *HTTP POST*.
- Ch - 5 -> *HTTP PUT*.
- Ch - 6 -> *HTTP DEL*.
- Ch - 7 -> *Middleware* & *Enviroment*.
- Ch - 8 -> *Template Engine*.
- Ch - 9 -> **Production** related scenarios/settings for deploying a web app.
- Ch - 10 -> Demonstration about **CRUD** operations on *MongoDB*.
- Ch - 11 -> Explained about **Models** & **Routes**.
- E2E -> An *end-to-end* configured application(excluding 'views').
- Extra -> Advance javascript topics explained.
- Notes -> Theoretical explanation of topics related to nodejs, express, mongoose, npm, mongodb.