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.
- Host: GitHub
- URL: https://github.com/happymary16/uwithme-client
- Owner: HappyMary16
- License: gpl-3.0
- Created: 2019-11-23T23:20:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T16:34:25.000Z (over 1 year ago)
- Last Synced: 2024-06-28T19:24:09.208Z (over 1 year ago)
- Topics: bootstrap, react, redux, saga
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 3
- Watchers: 2
- 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.
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
```