Coder Social home page Coder Social logo

flex-server-mongo-multi-conn's Introduction

Welcome to the Flex Server stack

This is a backend server, powered by Node.js and Express, that focuses on rapid development. By rapid development I mean that with very little effort, developers should be able to start focusing on the features that really matter to them.

  • MongoDB : Document database โ€“ used by your back-end application to store its data as JSON (JavaScript Object Notation) documents
  • Express (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js
  • Node.js : JavaScript runtime environment โ€“ lets you implement your application back-end in JavaScript

Pre-requisites

Client

Installation

git clone https://github.com/arpit-absyadav/flex-server-mongo-multi-conn.git
cd flex-server-mongodb
npm install
npm start (for development)
npm run start:prod (for https `production`)

Docker based

git clone https://github.com/arpit-absyadav/flex-server-mongo-multi-conn.git
cd flex-server-mongodb
npm install
docker-compose up -d

CLI based

sudo npm i -g abscli
 abscli --server servername # creating server
 # For module
 # First goto module dir in app then run
abscli --module modulename

Other commands

> `npm run test`  #testing.

> `npm run coverage` #to open coverage in html (change `xdg-open` to `open` for mac).

> `npm run docs:build` #build documentation.

> `npm run docs:open` #open documentation. (change `xdg-open` to `open` for mac)

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.