ddmartin3 / e-cert-tracker

better than track and remind because angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#A simple setup of Express.js and NeDB

This is a simple project to demonstrate the following concepts and technologies:

  • Express.js minimalist web framework for Node.js
  • NeDB Embedded persistent database for Node.js
  • REST API for CRUD operations on user data
  • AngularJS HTML enhanced for web apps - user interface

This project serves as an example, and shouldn't be used as is in a production environment. Now that you have been warned, let's get started = )

Requirements

  • Node.js (tested with node version 0.12.0)
  • npm (tested with npm version 2.5.1)

Running locally

To run this locally, clone this repository (https://github.com/valera-rozuvan/simple-express-js-with-db.git), and run the following commands:

$ cd simple-express-js-with-db
$ npm install
$ npm start

You can then navigate to http://localhost:8000/ in your browser of choice.

Author

Written by Valera Rozuvan.

License

This project A simple setup of Express.js and NeDB is licensed under the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.

See LICENSE file for more information.

About

better than track and remind because angular

License:GNU General Public License v2.0


Languages

Language:JavaScript 58.9%Language:HTML 38.0%Language:CSS 3.0%