paulpan05 / oci-backend

Back-end implementation of algorithms in Django, hosted on Oracle Cloud Infrastructure VM

Home Page:https://oci.paulurl.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle Cloud Infrastructure Back-end (Django)

Overview

This project contains a collection of endpoints that are part of an API hosted on my personal Oracle Cloud Infrastructure (OCI) VM.

Project Structure

  • mainsite (The main website explaining the project)
  • algodts (Data structures and algorithms endpoint)
    • algos (Algorithm functions)
    • dts (Data structure classes)

Setting up

To start up the project

python3 -m venv venv
. venv/bin/activate
python -m pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

To stop the project

deactivate

To start the project again

. venv/bin/activate

License

This project is licensed under Apache 2.0.

About

Back-end implementation of algorithms in Django, hosted on Oracle Cloud Infrastructure VM

https://oci.paulurl.com

License:Apache License 2.0


Languages

Language:Python 100.0%