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

https://github.com/happymary16/uwithme-client

System for a university management.
https://github.com/happymary16/uwithme-client

bootstrap react redux saga

Last synced: 6 months ago
JSON representation

System for a university management.

Awesome Lists containing this project

README

          

# University With Me Client

[![Main](https://github.com/HappyMary16/uwithme-client/actions/workflows/main.yml/badge.svg)](https://github.com/HappyMary16/uwithme-client/actions/workflows/main.yml)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)

This application is created to manage a university.

Link: https://u-with-me.education

#### Main features:
* schedule management
* files management
* university structure management

## Requirements

To build the application you need
- [Node.js](https://nodejs.org/)
- [NPM](https://www.npmjs.com/)

To run this project you should firstly run:
- [Docker files](https://github.com/HappyMary16/uwithme-docker-files)
- [University With Me Server](https://github.com/HappyMary16/uwithme-server)

## Running the application locally

You can run this application by:
```shell
npm install
```
```shell
npm start
```