Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 746 Bytes

Network-Delaware Challenge

Create a digital tool that enables users to engage, organize, and mobilize resources for their communities.

Setup and running app

cd ndapp
npm install express
npm start

Open http://localhost:3000

Tech Stack

ExpressJS

http://expressjs.com/ Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

PouchDB

https://pouchdb.com/ PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.

Bootstrap

http://getbootstrap.com/ Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites.