https://github.com/happymary16/uwithme-client
System for a university management.
https://github.com/happymary16/uwithme-client
bootstrap react redux saga
Last synced: 3 months ago
JSON representation
System for a university management.
- Host: GitHub
- URL: https://github.com/happymary16/uwithme-client
- Owner: HappyMary16
- License: gpl-3.0
- Created: 2019-11-23T23:20:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T07:38:56.000Z (about 1 year ago)
- Last Synced: 2026-01-03T19:10:48.127Z (6 months ago)
- Topics: bootstrap, react, redux, saga
- Language: JavaScript
- Homepage: https://universitywithme.org.ua/
- Size: 1.77 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# University With Me Client
[](https://github.com/HappyMary16/uwithme-client/actions/workflows/main.yml)
[](https://www.gnu.org/licenses/lgpl-3.0)
This application is created to manage a university.
#### 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
```