bhargav333 / NimbleBoxAssignment

A Flask based Stock App with User Management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NimbleBoxAssignment

Task:

We request you to use your skills to create a website from scratch and host it:

  • The website should let a user log in. Once logged in, user can see live stock exchange value by consuming any opensource API. This should be built using Python Flask ✅
  • The security and authentication should be handled using JWT tokens and server-side session. ✅
  • Once logged out, the session should be handled correctly ✅
  • For frontend, you can use flask templates and a simple html page. ✅
  • Finally this should be deployed online and should be accessible online (no domain required) ✅

Live Site : https://stockapp66789.herokuapp.com/

Installation

Get up and running with make deploy:

$ git clone https://github.com/bhargav333/NimbleBoxAssignment.git
$ cd NimbleBoxAssignment
$ make deploy

About

A Flask based Stock App with User Management.


Languages

Language:Python 41.7%Language:Jinja 27.2%Language:Less 18.9%Language:JavaScript 9.2%Language:Shell 2.9%