Web project from the Integrated project of the college, to manage stock. Development with ReactJs, NextJs and prisma.
This project was developed with the following technologies:
To run the project locally follow these steps:
1. To clone the project, run this command:
git clone https://github.com/arrudadev/pi-smart-storage.git
2. Install dependencies:
yarn install
1. Create your environment variables based on the examples of .env.example:
cp .env.example .env
After copying the examples, make sure to fill the variables with new values.
2. Run the following command to start the application in a development environment:
yarn dev
3. Open the project into your browser in:
http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details.