1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-17 07:27:29 +00:00
sophon/README.md

42 lines
1.4 KiB
Markdown
Raw Normal View History

# Sophon
2021-04-03 13:43:34 +00:00
2021-08-03 01:17:31 +00:00
_A research hub for universities_
## Goal
The goal of this project is developing a platform that universities can use to **host** and **share** their _datasets_, _research projects_ and resulting
_papers_.
## Development
The project consists of a **single-page-app with React** on the frontend and a **web API with Django Rest Framework** on the backend.
### Progress
Development progress is tracked on [issue #20](https://github.com/Steffo99/sophon/issues/20).
### Tools
Sophon is being developed using [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/): its metadata is included in the `.idea` directory so that the code style and tools are consistent across all machines used during the development.
Run configurations for *running the backend*, *testing the backend* and *running the frontend* are included.
2021-08-03 01:17:31 +00:00
### Commits
Commits names are prefixed with a variant of [Gitmoji](https://gitmoji.dev/) which follows roughly this legend:
- ✨ New feature
- 🔧 Refactor or tweak
- 🐛 Bug fix
- 🧹 Cleanup
- 📔 Documentation
- 🗒 Readme
- ⬆ Dependency update
- 📦 Packaging
- 🔨 Tool update
- 🚧 Work in progress
### People
The project is currently being developed by [Stefano Pigozzi](https://github.com/Steffo99/), under the tutoring of [Francesco Faenza](https://github.com/Cicciodev) and [Claudia Canali](https://weblab.ing.unimore.it/people/canali/).