Open JakovTomasic opened 1 year ago
The /graph page is something similar to this.
We will need full CRUD operations for this. Next.js may support that: tutorial. But consider other options, too. Make sure to understand how this works and what are its (dis)advantages.
Using nest.js and React seems like a better option. Here is the doc, some video tutorial and text tutorial on how to combine NestJS with React.
For react navigation use ~this~. But wouter seems a lot better.
More research is needed.
Setup:
yarn global add @nestjs/cli@latest
yarn run dev
from the root directory
yarn run dev
separately in /client and /api directoriesTo deploy run in the root yarn run build
and then yarn start
.
Dependencies:
Host on vercel even after adding nestjs? (random tutorial)
Create an admin web application for updating server data. That includes map images, the graph for navigation, room, course, professor data and more.
This obviously excludes data taken from external APIs.