Skip to content

TP - RIO203 - a student project to manage a parking using IoT devices.

License

Notifications You must be signed in to change notification settings

Its-Just-Nans/rio203

Repository files navigation

rio203

A student project to manage a parking using IoT devices.

This repo is linked to:

Details on this repo

Development

npm run dev
# will run the server on 3000 and the frontend on 8080

Deployement

npm run deploy
# you need a server.service on the production server
# this will connect to the server, build pages and restart the service

# can be useful to debug
# journalctl --unit=server.service -f
# systemctl restart server.service

Notes on the project

  • password is stored in clear text
  • token used for auth are not safe, signed JWT should be used
  • API is Cross Origin: "*" (not safe)

About

TP - RIO203 - a student project to manage a parking using IoT devices.

Resources

License

Stars

Watchers

Forks