abhaychawla / posist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Posist Test - Dynamic List of Nodes

This repository contains the code to create a dynamic list of ordered records as part of placement test for POSIST.

Getting started

  1. Ensure you have the following installed in your system:

    git

    npm

    mongo db

  2. Clone the project locally into your system.

git clone https://github.com/abhaychawla/posist.git
  1. cd into project root directory and make sure you are on the master branch.

  2. Install the dependencies.

npm install
  1. To preview the app, run the following command and navigate to http://localhost:3000/.
node index.js

About


Languages

Language:JavaScript 58.5%Language:HTML 41.5%