Skip to content

nfdi4plants/arcmanager_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcmanager_backend

This is the Backend for the arcmanager. It runs with fastapi and uvicorn

Both need to be installed first:

pip install fastapi
pip install "uvicorn[standard]"

To run the server first activate your virtual environment

Then install the dependencies from requirements.txt with:

pip install -r requirements.txt

For development run:

uvicorn main:app --reload

For production run:

uvicorn main:app

To test the backend, browse to: localhost.

Most requests require you to be logged in.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages