Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 855 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 855 Bytes

Sample Application

The main aim of developing this application is to explore the working of nodejs and expressjs.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Below steps are needed only for the first time when you setup your dev machine

Install node.js server from https://nodejs.org/en/download/

Installing

  1. Clone this git repository, if you haven't done already.

    git clone https://github.com/cmevawala/nodejs-todo-app.git

  2. Install local npm dependencies

    npm install

End with an example of getting some data out of the system or using it for a little demo

Built With

  • Node - JavaScript runtime built on Chrome's V8 JavaScript engine
  • Express - Node.js web application framework