This is a really simple project that shows the usage of Next.js with OpenAP Inventory Manager.
Execute create-next-app with npm to bootstrap the example:
npx create-next-app --example https://github.com/ViacomInc/with-openap-inventory-manager openap-managerYou should have PostgreSQL installed and running.
- Copy
.envas.env.localand fill in all the variables - Run database migrations for the manager
npm run migrate:manager - Start the app
npm run dev:noauth - Go to
http://localhost:8080