Git Product home page Git Product logo

expenses's Introduction

Expenses

license Build Status codecov Dependency Status Donate

Something about the project.

Our Stack

Tools we use

Pre Requirements

  1. NodeJS.
  2. MongoDB.

Installation

Client

  1. Install requirements with npm install (located under client directory).
  2. Run the server with ng start.
  3. Open the browser at http://localhost:4200.

For social login create a .env file in the root of the server directory, and add there all the configuration:

FACEBOOK_APP_ID=12345
FACEBOOK_APP_SECRET=12345
TWITTER_CONSUMER_KEY=12345
TWITTER_APP_SECRET=12345
GOOGLE_APP_ID=12345
GOOGLE_APP_SECRET=12345
GITHUB_APP_ID=12345
GITHUB_APP_SECRET=12345

To see the Google Maps features, add your Google Maps API Key in transactions.module.ts file:

AgmCoreModule.forRoot({
  apiKey: 'YouApiKey'
})

Server

  1. Install requirements with npm install (located under server directory).
  2. Run the server with npm start.
  3. Open the browser at http://localhost:3000.

Tests

Client

  • Run ng test to execute the unit tests via Karma.
  • Run ng e2e to execute the end-to-end tests via Protractor.

Server

  • Run npm run eslint to check for ESLint mistakes.
  • Run npm test to run the integration tests.

Translation

Client

Not yet..

Server

Not yet..

Deploy

Client

  1. Run ng build -prod -aot to build the project.
  2. Run npm run sw to generate the service worker file (in dist directory).

Server

  1. Not yet..

expenses's People

Watchers

 avatar  avatar

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.