GithubHelp home page GithubHelp logo

gdomaradzki / focus-budget-manager Goto Github PK

View Code? Open in Web Editor NEW
193.0 15.0 60.0 18.18 MB

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

Home Page: https://gdomaradzki.github.io/focus-budget-manager/

JavaScript 50.11% HTML 0.44% Vue 48.38% CSS 1.08%
javascript html5 scss vue-js budget-manager budget-management node-js node express-js mongodb

focus-budget-manager's People

Contributors

gdomaradzki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

focus-budget-manager's Issues

Cannot read property 'username' of undefined

why i always get error when i'm trying to access localhost:3001/api/v1/auth with body username and password.

error at BudgetManagerAPI\app\api\auth.js:8:36

thank you, i followed your tutorial

Node can't build app, UnhandledPromise

I'm using instruction from README and i stuck at step: node services
cmd output is:
node services
consign v0.1.6 Initialized in services

  • .\BudgetManagerAPI\app\setup\index.js
  • .\BudgetManagerAPI\app\api\auth.js
  • .\BudgetManagerAPI\app\api\budget.js
  • .\BudgetManagerAPI\app\api\client.js
  • .\BudgetManagerAPI\app\api\user.js
  • .\BudgetManagerAPI\app\routes\auth.js
  • .\BudgetManagerAPI\app\routes\budget.js
  • .\BudgetManagerAPI\app\routes\client.js
  • .\BudgetManagerAPI\app\routes\user.js
    BudgetManagerAPI running on 3001
    Disconnected from BudgetManager database
    Connection to BudgetManager database failed: MongoError: failed to connect to server [127.0.0.1:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
    (node:10812) UnhandledPromiseRejectionWarning: MongoError: failed to connect to server [127.0.0.1:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
    at Pool. (C:\Users\alexk\Desktop\focus-budget-manager-master\node_modules\mongodb-core\lib\topologies\server.js:336:35)
    at emitOne (events.js:116:13)
    at Pool.emit (events.js:211:7)
    at Connection. (C:\Users\alexk\Desktop\focus-budget-manager-master\node_modules\mongodb-core\lib\connection\pool.js:280:12)
    at Object.onceWrapper (events.js:317:30)
    at emitTwo (events.js:126:13)
    at Connection.emit (events.js:214:7)
    at Socket. (C:\Users\alexk\Desktop\focus-budget-manager-master\node_modules\mongodb-core\lib\connection\connection.js:187:49)
    at Object.onceWrapper (events.js:315:30)
    at emitOne (events.js:116:13)
    at Socket.emit (events.js:211:7)
    at emitErrorNT (internal/streams/destroy.js:64:8)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)
    (node:10812) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
    (node:10812) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

! Entity not found

I tried to run index.js for tests. unfortunately, I have an issues.
I have got a message

! Entity not found \services\services\API\app\setup
! Entity not found \services\services\API\app\api
! Entity not found \services\services\API\app\routes

It took me about 3 hours to find out how to solve it.
Do you know what is the problem?

issues creating documents (browser console log included)

My chrome shows folling in the console while navigating to: http://localhost:8080/#/

:3000/api/budgets Failed to load resource: net::ERR_CONNECTION_REFUSED
:3000/api/clients Failed to load resource: net::ERR_CONNECTION_REFUSED
createError.js?f777:15 Uncaught (in promise) Error: Network Error
    at createError (eval at <anonymous> (app.js:873), <anonymous>:15:15)
    at XMLHttpRequest.handleError (eval at <anonymous> (app.js:852), <anonymous>:87:14)
createError.js?f777:15 Uncaught (in promise) Error: Network Error
    at createError (eval at <anonymous> (app.js:873), <anonymous>:15:15)
    at XMLHttpRequest.handleError (eval at <anonymous> (app.js:852), <anonymous>:87:14)

dependency on a specific mongo version

This is a nearly ideal configuration for an express/vuejs web app.
I can't run it because of a difference in version number of mongodb that this app is compatible with.

2017-05-23T22:00:48.834+0530 F INDEX    [initandlisten] Found an invalid index { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" } on the admin.system.version collection: this version of mongod cannot build new indexes of version number 2
2017-05-23T22:00:48.834+0530 I -        [initandlisten] Fatal Assertion 28782

Don't work edit

Hello! I found small mistake in your project. In file /application/src/components/pages/Create.vue in tag-blocks and change slot from *-creation to *-edit. And edit's function will be work! It's my first issues, so do not judge strictly)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.