Simple stock manager
View Demo
A simple application to test important concepts in programming
- Purpose of the application stock-control:
- Develop a simple application.
- Develop a app fullstack with Next.
- Apply DDD principles in the backend
- Connect the backend with the Postgres database using PrismaORM
- Observation:
- The application may take a while to start as the database is hosted on the Supabase platform on free plans
- Clone the repo
git clone https://github.com/gabrielppd77/stock-control
- Install NPM packages
npm install
- Config base url in .env
DATABASE_URL="postgresql://postgres:1234567@localhost:5432/stock-control?schema=public"
- Config Database
npm run docker
- Run migrations
npx prisma migrate dev
- Start project
npm run dev
Gabriel Domingos - @linkedin - [email protected]
Project Link: https://github.com/gabrielppd77/stock-control