• This repository has been archived on 27/Sep/2020
  • Stars
    star
    193
  • Rank 201,081 (Top 4 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB

Focus Budget Manager

This application is being developed as part of a tutorial series.

You can access it here.

Build Setup

# To install the RESTful API dependencies go to
# your root folder
npm i

# Go to services/BudgetManagerAPI/config/database
# and setup a MongoDB

# Go back to your root folder
node services

# In your application folder
npm i

# Serve with hot reload at localhost:8080
npm run dev

# For more details about npm scripts on application
# like how to build for production, read the README
# located inside applications folder