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.
-
Create a
.env.local
file in the root of the project:NEXT_PUBLIC_API_URL="http://localhost:8010/proxy"
-
Install
local-cors-proxy
globallynpm install -g local-cors-proxy
-
Run the development server:
npm run dev
The web application will be running at http://localhost:3000