Skip to content

Vishwas-10/Adulting101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADULTING 101

Welcome to ADULTING 101 Our project for Hack36 a 36 hour long hackathon conducted by IIT MANDI

Explanation Video Link

TEAM NAME - FIG Mates


Introduction

No one teaches us how to open a bank account, how to file returns/taxes or even what are taxes, how to begin with investment in stocks, all these jargons are just thrown at us, they just expects us to know everything; no worries we got your back, We present you with ADULTING 101 a one stop guide for all your finance problems

THEME : FinTech + Education


TechStack

  • Python

  • Tensorflow

  • Dialogflow

  • Django

  • HTML

  • CSS (Bootstrap 4)

  • Javascript


Prerequisites

Setup

  • Clone this Repo (Wiki branch)
git clone https://github.com/Vishwas-10/Adulting101.git

# Change directory into repository folder

cd Adulting101
  • Create a virtual environment and activate it
# Make sure you have all the prerequisites installed

python3 -m venv hack
source hack/bin/activate

#In case of Windows CMD:
python3 -m venv hack
hack\Scripts\activate
  • Install dependencies
pip install -r requirements.txt
  • Create the database
python manage.py migrate
  • Launch the development server
python manage.py runserver

Visit the url http://127.0.0.1:8000/ on your browser.