Skip to content

hertantoirawan/zodiac-wealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zodiac Wealth

Zodiac Wealth is an app that gives out investment ideas based on zodiac.

DEMO : https://youtu.be/hZDYOycLS6I

Disclaimer

The information provided on this app does not constitute investment advice, financial advice, trading advice, or any other sort of advice and you should not treat any of the app's content as such. Zodiac Wealth does not recommend that any stocks should be bought, sold, or held by you. Do conduct your own due diligence and consult your financial advisor before making any investment decisions.

Features

  • Get daily horoscope for your zodiac
  • Get stock recommendation based on your zodiac
  • Save stocks you like on your own wishlist
  • Get common stock details
  • Add and read other's comments about a stock

How to setup and run

  • Install and start postgresql database locally
  • Create database in postgresql named zodiac_wealth
  • Run npm scripts to create/seed tables in this order
    • npm run db:create
    • npm run db:seed
  • Run one of the npm scripts to start
    • npm start to use node
    • npm run startmon to use nodemon
  • Go to localhost:3004/ to start using the app

Tech Used / Data Source

Entity Relationship Diagram (ERD)

Zodiac Wealth ERD

Documentation

More documentation about the development of the app in Wiki.