The product alert aims to facilitate the delivery of a report on products close to their expiration date, speeding up the product sales process, and possibly without having an economic loss. 🌠
- NodeJS v14.17.3++ installed in your machine
- Postgresql installed in your machine
- Git installed in your machine
- Yarn installed in your machine
-
$ git clone https://github.com/igorsilva3/product-alert.git $ cd product-alert/
-
# Creation of .env file for development environment $ touch .env.development
Now, add your database settings by following this tutorial: https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-postgres/
-
# Enter in folder backend $ cd backend/ $ yarn install
-
# Migrating for database $ yarn prisma migrate deploy
# Running the application
$ yarn start
Released in 2020 📕 License.
Made with ❤️ by Igor Silva. This project is under the MIT license.
Give a ⭐ if this project helped you!