Skip to content

AlexandreHiroyuki/mock-devboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MockDevboard

"Watch your devices with intelligence"

Connect with devices and plot data, possibly creating mock devices and data. This project was created as part of the bem-te-vi challenge.

Installation

Docker Postgres

https://www.docker.com/blog/how-to-use-the-postgres-docker-official-image/

docker compose up -d

Frontend

cd frontend
yarn
yarn dev

Backend

cd backend
yarn
yarn dev

Configure .env file in the backend folder following the .env.example file.

Tip: generate JWT_SECRET using:

openssl rand -base64 172 | tr -d '\ n'

Where 172 is the number of characters in the generated string (choose the one you want).

Migration:

yarn drizzle-kit push

Integrate your device using our API

(WIP)

About

Connect, Watch, and Report real and mock devices. This project was created as part of the bem-te-vi challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors