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-manager
You should have PostgreSQL installed and running.
- Copy
.env
as.env.local
and 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