Skip to content

Commit

Permalink
fmt :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uewotm90 committed Dec 7, 2023
1 parent 073e828 commit e9dde09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! # Description
//! This project serves as an API server between an ECDAR frontend and Reveaal
//!
//!
//! The project is currently being developed at [Github](https://github.com/ECDAR-AAU-SW-P5/)
//! Ecdar-API serves as the intermediary between the [Ecdar frontend](https://github.com/ECDAR-AAU-SW-P5/Ecdar-GUI-Web) and the [Ecdar backend](https://github.com/ECDAR-AAU-SW-P5/Reveaal) (Reveaal). Its core functionality revolves around storing and managing entities such as users and projects, allowing the backend to focus solely on computations.
//!
//!
//! # Notes
//! Currently, the only supported databases are `PostgreSQL` and `SQLite`
mod api;
Expand Down

0 comments on commit e9dde09

Please sign in to comment.