Skip to content

๐Ÿ”Œ An internal API we use for a variety of stuff. For now, it only serves as a safe connection to our database to retrieve avatars.

License

Notifications You must be signed in to change notification settings

rustbyte-solutions/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

api ๐ŸŒ

An internal API we use for safe communication with our database at rustbyte. Currently only being used for fetching avatars from a database to use on our website.

Installing & Running ๐Ÿ“ฅ

We do no recommend running this API, but here are the instructions anyways.

  1. Setup a PostgreSQL database with the data/schema.sql schema.
  2. Rename config.toml.example to config.toml and fill in the required credentials.
  3. Create a virtual environment (optional) and install the requirements from the requirements.txt file.
  4. Run the project using uvicorn: uvicorn main:app --reload Don't expect us to help you with running it.

About

๐Ÿ”Œ An internal API we use for a variety of stuff. For now, it only serves as a safe connection to our database to retrieve avatars.

Topics

Resources

License

Stars

Watchers

Forks