Pagina Web de Almacén IoT
Almacén IoT (IoT Wharehouse) is an IoT System for the managment, control and monitoring of the materials in the RoBorregos Lab. It is composed of a web application, a hardware system, and a WebSocket's Server.
- React
- Next.js
- TypeScript
- Prisma
- tRPC
- Tailwind CSS
- Node.js
- NextAuth.js
- PostgreSQL
- Azure Active Directory
- Formik
- Clone the repository
git clone https://github.com/RoBorregos/Robo-Almacen.git
- Go to the project directory
cd Robo-Almacen
- Create a
.env
file in the root directory of the project and add the following environment variables
cp .env.example .env
(Or just make sure that the .env
file is in the root directory)
- Install dependencies
npm install
- Pull the latest changes from the Database
npx prisma db pull
- Run the development server
npm run dev
Name | Github | |
---|---|---|
Iván Romero | @IvanRomero03 | i.wells.ar@gmail.com |
Oscar Arreola | ||
Diego Hernández | ||
Alejandra Coeto | ||
Yaír Reyes | ||
Leonardo Llanas |
├─ prisma
│ └─ schema.prisma
│
├─ public
│ ├── favicon.ico
│ └── images
│
└─ src
├─ components
├─ pages
│ └─ api
│ ├─ auth
│ └─ trpc
│
├─ server
│ └─ api
│ └─ routers
│
├─ styles
│
└─ utils