Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1zbbxzak1/urfu-student-recovery-and-transfer-service
Not responsive design (only for browser on PC)
https://github.com/1zbbxzak1/urfu-student-recovery-and-transfer-service
Last synced: about 2 months ago
JSON representation
Not responsive design (only for browser on PC)
- Host: GitHub
- URL: https://github.com/1zbbxzak1/urfu-student-recovery-and-transfer-service
- Owner: 1zbbxzak1
- Created: 2023-11-23T11:21:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T20:03:23.000Z (12 months ago)
- Last Synced: 2024-01-12T00:58:17.226Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UrFU Student Recovery and Transfer Service
This is a website designed to help students and dean's office staff in resolving issues regarding transfer and restoration. This service greatly simplifies the restoration or transfer procedure, providing all the necessary information and the ability to submit applications remotely.## Installation
1. clone the backend repository:
```bash
git clone https://github.com/AnTaif/UrfuStudentTransfer-backend
```
3. clone the frontend repository:
```bash
git clone https://github.com/1zbbxzak1/UrFU-Student-Recovery-and-Transfer-Service
```
5. Navigate to the project directory:
```bash
cd UrFU-Student-Recovery-and-Transfer-Service or cd /d [path]
```
7. Install the dependencies: `npm install` and `npm i urfu-ui-kit-vanilla`## Usage
1. Start the backend server
2. Start the frontend server: `npm run dev`
3. Open your browser and visit `http://localhost:3000` to view the website.## Dependencies
The following dependencies are required for this project:
- Next.js: A React framework for server-side rendering and static site generation.
- Tailwind CSS: A highly customizable CSS framework.
- React: A JavaScript library for building user interfaces.
- React Icons: A collection of popular icons for React projects.
- UIkit UrFU: Developing web interfaces for UrFU project.
- Axios: A JavaScript library that allows you to make HTTP requests from the browser or from Node.js