Skip to content

StudentiUniMi/website

Repository files navigation

MIT license GitHub contributors GitHub issues telegram React typescript

studentiunimi.it is a fully responsive website built with React, NextJS and Fluent UI, with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan. This website displays data and interacts with a database thanks to the APIs made available by the backend.

preview

Run the project locally

  1. Create a .env.local file in the root of the project:

    NEXT_PUBLIC_API_URL="http://localhost:8010/proxy"
  2. Install local-cors-proxy globally

    npm install -g local-cors-proxy
  3. Run the development server:

    npm run dev

The web application will be running at http://localhost:3000

Contributors