Skip to content

A NodeJS admin application build with Next.js

Notifications You must be signed in to change notification settings

danielj247/admin

Repository files navigation

admin.

A NodeJS admin application build with Next.js

Development

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.

About

A NodeJS admin application build with Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published