Skip to content

A financial news application that focuses on the gig economy.

Notifications You must be signed in to change notification settings

jsrice7391/chedah

 
 

Repository files navigation

Chedah

Build Status

Is the fear of having to overlook your expenses and budgets preventing you from starting a side hustle? Does the word budgeting make you uncomfortable? If there was a way you could just overlook your finances vs. spending time on tracking them, would you go out and start a side gig?

Lucky for you, there is Chedah!

Alt Text

Chedah aims to focus on the "Gig Economy" by allowing users to link their business accounts to a user-friendly dashboard. Users can track everything from their monthly expesnes to their own persoanl business goals. Chedah takes the burden of tracking expenses, so that users can focus on what really matters, making CHEDAH

Technologies Used

Authentication

Databases

Technologies Used

Authentication

Databases

Continuous Integration and Testing

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following commands:

Continuous Integration and Testing

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following commands:

yarn install
cd client
yarn install
cd ..

After both installations complete, run the following command in your terminal:

yarn start

That's it, your app should be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.

Setting up Mongo

  1. Install node-mongo-seeds globally:

    npm install -g node-mongo-seeds
    
  2. Run the seed command:

    seed
    

About

A financial news application that focuses on the gig economy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.0%
  • CSS 26.9%
  • HTML 1.1%