Skip to content
Nikhil Kumar Mishra edited this page Jul 1, 2017 · 5 revisions

Welcome to the bnb2018 wiki!

TO DO

  • Fb login page

  • Schemas of Database--> 1. Customer 2.Company 3.News

  • APIs--> buy,sell,short,cover etc. API Doc

  • Cron Jobs--> Required for auto updating price of stocks, For updating prices based on News and posting news after a fixed interval.

  • Front End The flow will be something like

    • Fb login page ---> Market page.
    • Side Nav bar (Menu like structure) with options:
      *Profile--> user details, his portfolio etc
      *Market--> fetch list of companies and show details like price,quantity etc
      *News-->fetch published news and display them
      *LeaderBoard

Very Imp Note:

Always be updated with the main repository.
Do you work in your clone.
Before creating Pull Request, dont forget to :
git pull --rebase origin <branch>
Always be motivated

Clone this wiki locally