Skip to content

API to query classified Venezuelan prescription drug tweets. Built with Django Rest Framework

License

Notifications You must be signed in to change notification settings

sofiabravo103/virtualfarmacy-api

Repository files navigation

virtualfarmacy-api

API to query classified Venezuelan prescription drug tweets

Setup

Dependencies

Install requirements with pip:

$ pip install -r requirements.txt

Environ

Create a file called .env inside config/ and add the following lines:

DATABASE_URL=postgres://username:password@localhost:5432/db_name
DJANGO_SECRET_KEY=add_your_secret_key_here

Replace username, password and db_name with your postgres info, generate a secret key and add it replacing add_your_secret_key_here. Here is a link to generate secret keys for django.

Tests

To run all tests use pytest:

$ pytest

About

API to query classified Venezuelan prescription drug tweets. Built with Django Rest Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages