Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

jamesbarboza/onTheFly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

onTheFly

Server Daemon

API server responsible for all the interactions with the codebase

Setup:

python3 -m pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
flask run

Click here after setting it up to access it.

API(s)

  • Create a project:
curl --location --request POST '127.0.0.1:5000/project/create' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "abcd"
}'
  • Delete the project created above project:
curl --location --request POST '127.0.0.1:5000/project/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "abcd"
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages