An open API service indexing awesome lists of open source software.

https://github.com/deryeger/apollo-admin

A web application for first-order model checking in graph structures.
https://github.com/deryeger/apollo-admin

graph modelchecking nuxt typescript vue

Last synced: 9 months ago
JSON representation

A web application for first-order model checking in graph structures.

Awesome Lists containing this project

README

          

Apollo-Admin


Logo



CI


CD


Maintenance



LGTM Grade



apollo.yeger.eu

> A web application for first-order model checking in graph structures.

This project and the accompanying bachelor's thesis were inspired by the research group *Theoretical Computer Science / Formal Methods* by the University of Kassel.
The parsing and validation logic of the backend is built upon a Java desktop application by Arno Ehle and Benedikt Hruschka.

> Note: This project is also known as **gramoFO**.

## Features

- ๐Ÿ›  **Users**: Manage (administrative) users of the [Apollo-Backend](https://github.com/DerYeger/apollo-backend)
- โœจ **Assignments**: Manage assignments of the [Apollo-Backend](https://github.com/DerYeger/apollo-backend)
- ๐Ÿ“ฑ/๐Ÿ’ป **Responsive**: Optimized for screens of all sizes
- ๐Ÿ“ถ **PWA**: Installable with local caching
- ๐ŸŒ **Localization**: Fully localized in English and German
- ๐ŸŒ— **Themes**: Dark and light designs

## Links

- [Apollo](https://github.com/DerYeger/apollo)
- [Apollo-Frontend](https://github.com/DerYeger/apollo-frontend)
- [Apollo-Backend](https://github.com/DerYeger/apollo-backend)
- [Deployment](https://apollo-admin.yeger.eu/)
- [Bachelor's thesis (German)](https://jan-mueller.at/documents/bachelor-thesis)

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

## License

[BSD 3-Clause License](./LICENSE) - Copyright ยฉ Jan Mรผller