G00Z-G00Z / magnetic-levitator-with-realtime-monitoring

A magnetic levitator that has a real-time control system and comunicates with a server in real time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Websocket server

This server has 2 jobs, authentication and websocket communication.

For Developers

To start with the project, run the following command:

yarn run db:up
yarn run start:dev

Also, this project uses prisma to manage the database, so to access all prisma commands, run:

yarn prisma <command>

Clean up

yarn run db:down

Docker

Pending...

Developers

  • G00Z-G00Z: Eduardo Gómez

About

A magnetic levitator that has a real-time control system and comunicates with a server in real time

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%