Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

gdomaradzki/focus-budget-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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