#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 = )
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.
Written by Valera Rozuvan.
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.