Skip to content

chloezhoudev/node-express-mongodb-accounts-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

This is an exercise project to create a HTTP service using Node.js, express, and MongoDB. Despite it's a work in progress, you are welcome to install and run it locally to play around. This is a web-based personal accounting app. It lets you track incomes or expenses.

Install

  1. This project uses node and mongodb. Go check them out if you don't have it locally installed.
  2. Run npm install to install the dependency packages.

Usage

  1. Start the mongoDB service.
  2. Run npm start to start the app.
  3. Go to browser and enter 127.0.0.1. If everything is set up correctly, you should be able to see the login page. Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published