Skip to content

2110356 Embedded System Project; The web application used for receiving the picture from the STM32's camera and alerting if there is a non-visitor go inside the house.

Notifications You must be signed in to change notification settings

saenyakorn/visitor-detection-web

Repository files navigation

Visitor Detection

2110356 Embedded System Project; The web application used for receiving the picture from the STM32's camera and alerting if there is a non-visitor go inside the house.

This is a Next.js project bootstrapped with create-next-app.

Related Repositories

  • visitor-detection-stm32 - Using STM32 for detecting the visitors with the infrared sensor and ESP32-Cam for sending the picture to the server.

Getting Started

First, you need to install the dependencies:

npm install
# or
yarn

Second, specify env variables in .env.local for development and .env.production.local for production

Third, run the dev server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

If you want to run the app as production, you need to run following this

npm run build
npm run start
# or
yarn build
yarn start

Deployment

Here is my deployment http://visitor.saenyakorn.dev using Google App Engine.

About

2110356 Embedded System Project; The web application used for receiving the picture from the STM32's camera and alerting if there is a non-visitor go inside the house.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published