Giter Club home page Giter Club logo

node-express-training's Introduction

node-express-training

This repository contains descriptive Node Express project which covers basics of NodeJS as well as advanced (intermediate level) topics and ExpressJS as well.

If you need theoratical information, you can read this document.

Contents

  • JS, ES6 (Callbacks, Promises, Async Await)
  • Introducton to NodeJS (Architecture, Middlewares) and NPM
  • ExpressJS framework
  • MVC pattern
  • Authentication and Authorisation
  • File upload and download
  • Express validations
  • Rest APIs
  • CRUD app using FileDB
  • Relational Database
    • Core MySQL connectivity using mysql2 module
    • Features of Object Relational Mapping using sequelize module
    • Additional features like DB migrations and seeding
    • Database relationships (One-To-One, One-To-Many, Many-To-Many)
    • Advanced features like Joins, Clauses
  • Non-relational Database
    • Core MongoDB connectivity using mongodb module
    • Features of Object Document Mapping using mongoose module
    • Connecting multiple documents by embedding or referencing
    • Aggregation framework
  • Email functionality
  • API Documentation

Setup

  1. Clone the repository
    git clone https://github.com/PSPenta/node-express-training.git
  2. Go to root directory and install all modules
    cd node-express-training
    npm i
  3. Copy .env.example file to create .env and insert proper values
  4. Create database using sequelize-cli as follows :
    cd src/
    npx sequelize-cli db:create
    cd ..

    Note: There is no need to create Mongo database as it automatically gets created when the app is started.

  5. Start the server using npm start or yarn start

node-express-training's People

Contributors

pspenta 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.