Skip to content

API that consume data from the Stock Exchange of Caracas (BVC. Bolsa de Valores de Caracas) and can be consumed by a client. This was part of an MVP in Platzi challenge From Zero to One, and it was amoung the finalist

License

Notifications You must be signed in to change notification settings

andres15alvarez/bvc_api

Repository files navigation

BVC-api

An API developed in Python 🐍 with Django, Django Rest Framework and PostgreSQL 🐘

This API was developed consuming the BVC (Bolsa de Valores de Caracas) public data. Was made as MVP for the challenge Zero To One of Platzi.

Setup

Create a .env file with the following structure and add your database credentials:

DATABASE_HOST=
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_PORT=

Run the following commands

pip install virtualenv
virtualenv venv
source venv/bin/activate
python manage.py migrate
python manage.py runserver

About

API that consume data from the Stock Exchange of Caracas (BVC. Bolsa de Valores de Caracas) and can be consumed by a client. This was part of an MVP in Platzi challenge From Zero to One, and it was amoung the finalist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published