Skip to content

ELISA-Fake-News-Detector/REST-API

Repository files navigation

ELISA - The AI for News Reliability

This repo contains the backend code of ELISA developed using Django REST Framework.

License: MIT

Demo

ELISA

Installation of packages

Use the package manager pip to install requirements.

pip install -r requirements.txt

Database and static files setup

python manage.py migrate
python manage.py createsuperuser
python manage.py collectstatic

Running server

python manage.py runserver

URLs at localhost:8000

  • /admin
  • /api/article
  • /api/post
  • /api/feedback
  • /api/docs

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Credits