This project is responsible for the backend services of the Astro-BEAM-AUTh application. It manages the following tasks:
- Handling API requests and responses.
- Managing user authentication and authorization.
- Interfacing with the database for data storage and retrieval.
- Managing telescope observations and scheduling.
To run the backend, execute the following command:
uv run backendTo install the development dependencies, run:
uv sync --devContributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
Please read our Contributing Guidelines for more details.