Skip to content

vini-machado/inoa-challenge

Repository files navigation

Inoa Challenge - Django

This repository contains a python project using Django that visualizes stock prices and send email alerts as stock prices reach user input values.

Installation

Create a new virtual environment

python -m venv env

Activate virtual environment

Windows

.\env\Scripts\activate

Install dependencies

pip install -r requirements.txt

Configuration

Email

In order to be able to send email alerts, you need to create some credentials. Duplicate "secrets-mock.json" file and rename it to "secrets.json" and insert correct credencials.

Database

To correct use built-in Django SQLite run the following command with python virtual enviroment activated.

python manage.py migrate

Usage

Finally, the application can be started running

python manage.py runserver --noreload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published