Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.62 KB

File metadata and controls

62 lines (43 loc) · 1.62 KB

VATPRC UniAPI

This project targets providing an universal API server for all the services VATPRC requires.

Architecture

TODO.

Development

just run
--- OR ---
just watch

Database

This server requires a local PostgreSQL server. Please start one and specify the following in Net.Vatprc.Uniapi/appsettings.Local.toml.

[ConnectionStrings]
VATPRCContext = "Host=localhost;Port=5432;Username=postgres;Password=;Database=vatprc"

And, to migrate the database:

just db-update

To create a new migration:

just new-migration MigrationName

License

VATPRC UniAPI - Universal API endpoint for VATPRC
Copyright (C) 2024 VATPRC Staff

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

Contributor License Agreement

By contributing to the repository, in addition to the open-source license attached
to the repository, the contributors are additionally granting VATPRC staffs an
unrevokeable right to use the code freely for any purposes related to VATSIM or
VATPRC.