Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

maciejpedzich/expense-tracker

Repository files navigation

expense-tracker

Prerequisites

  • Node.js (version >= 8.0.0),
  • Vue.js (version >=2.6.11)

Project setup

npm install

Create .env file with the following variables

PORT=<Port number; e.g. 5000 (cannot be equal to 3000)>
MONGODB_URI=<MongoDB Connection URI>

Replace the <YOUR_API_URL_HERE> in src/frontend/environment/index.js with your Express server URL

Compiling and hot-reloads for development

Vue Development Server

npm run serve

Express Server

npm run start

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Simple expense tracking app demo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published