Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

valera-rozuvan-archive/simple-express-js-with-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#A simple setup of Express.js and NeDB

wip has moved

Future work on this repository has moved to the monorepo valera-rozuvan/experiments. This repo is archived for historic purposes (to preserve commit history). Navigate over to experiments/simple-express-js-with-db to see updates (if any).

introduction

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

A simple setup of Express.js and NeDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published