JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

App for changing data #9

Open JakovTomasic opened 1 year ago

JakovTomasic commented 1 year ago

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.

JakovTomasic commented 1 year ago

The /graph page is something similar to this.

JakovTomasic commented 1 year ago

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.

JakovTomasic commented 1 year ago

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.

JakovTomasic commented 8 months ago

Setup:

To deploy run in the root yarn run build and then yarn start.

JakovTomasic commented 8 months ago

Dependencies:

JakovTomasic commented 7 months ago

Host on vercel even after adding nestjs? (random tutorial)