Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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