Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ksb96/backend_server
- Owner: ksb96
- Created: 2022-09-01T09:38:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T17:29:18.000Z (over 1 year ago)
- Last Synced: 2023-04-30T19:11:17.587Z (over 1 year ago)
- Topics: ejs, expressjs, mongodb, mongodb-database, mongoose, nodejs, pug
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.