ahtrahdis7 / node-rest-api-template

A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.

Home Page:https://medium.freecodecamp.org/writing-scalable-architecture-for-node-js-2b58e0523d7f

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Server that scales / Node Architecture that scales

Tweet

Note: This is a sample project for my blog on medium which can be found here.

Get Started

  1. Clone this repository
  2. Run npm install or yarn install inside its root folder.
  3. run nodemon index.js (assuming nodemon npm package is already installed on your systems)

Client side for this project

To test this project using browser I implemented the client side of this project which is in react and redux. The blog for that could be found here

Real world project

I developed a complete real world project using this architecture which can be found here. Please go ahead a explore it and leave feedback if you can.

About

A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.

https://medium.freecodecamp.org/writing-scalable-architecture-for-node-js-2b58e0523d7f


Languages

Language:JavaScript 100.0%