Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/studentiunimi/website
Fully responsive, SEO-friendly website with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan.
https://github.com/studentiunimi/website
fluent-design fluent-ui fluentui next next-js nextjs react reactjs responsive-website seo seo-friendly ssr template typescript unimi university web web-application webapp website
Last synced: 1 day ago
JSON representation
Fully responsive, SEO-friendly website with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan.
- Host: GitHub
- URL: https://github.com/studentiunimi/website
- Owner: StudentiUniMi
- License: mit
- Created: 2020-09-23T10:17:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T18:00:19.000Z (3 months ago)
- Last Synced: 2025-01-15T16:41:11.846Z (6 days ago)
- Topics: fluent-design, fluent-ui, fluentui, next, next-js, nextjs, react, reactjs, responsive-website, seo, seo-friendly, ssr, template, typescript, unimi, university, web, web-application, webapp, website
- Language: TypeScript
- Homepage: https://studentiunimi.it/
- Size: 20.8 MB
- Stars: 54
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# [studentiunimi.it](https://studentiunimi.it/)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![GitHub contributors](https://badgen.net/github/contributors/StudentiUniMi/website)](https://GitHub.com/StudentiUniMi/website/graphs/contributors/)
[![GitHub issues](https://img.shields.io/github/issues/StudentiUniMi/website)](https://github.com/StudentiUniMi/website/issues/)
[![telegram](./public/svg/telegram.svg)](https://t.me/studenti_unimi)
[![React](./public/svg/react.svg)](https://it.reactjs.org/)
[![typescript](./public/svg/typescript.svg)](https://www.typescriptlang.org/)[studentiunimi.it](https://studentiunimi.it/) is a fully responsive website built with React, [NextJS](https://nextjs.org/) and [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/), with the aim of providing services and access to all groups of didactic courses and general purposes to students of the [University of Milan](https://www.unimi.it/). This website displays data and interacts with a database thanks to the APIs made available by the [backend](https://github.com/StudentiUniMi/backend).
![preview](public/images/preview.png)
# Run the project locally
1. Create a `.env.local` file in the root of the project:```sh
NEXT_PUBLIC_API_URL="http://localhost:8010/proxy"
```
2. Install `local-cors-proxy` globally
```sh
npm install -g local-cors-proxy
```3. Run the development server:
```sh
npm run dev
```
The web application will be running at http://localhost:3000