A NodeJS admin application build with Next.js
Make sure to update the .env or .env.local with necessary values.
First, install the dependencies:
yarn
Start the docker containers:
docker-compose up -d
Then, seed the database with the admin user values from environmental variables:
yarn seed
Finally, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the application.