jsrice7391 / chedah

A financial news application that focuses on the gig economy.

Home Page:https://chedah.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://chedah.herokuapp.com/


Languages

Language:JavaScript 72.0%Language:CSS 26.9%Language:HTML 1.1%Language:Procfile 0.0%