Skip to content

bcdevlucas/nx-example-nft

Repository files navigation

NX Example with Nest and NFTs

Starting the application

Using npm scripts

Prerequisites

A running MySQL instance - you can run docker compose up db to run the a local MySQL instance instead of setting up MySQL locally.

Available Scripts

npm run serve # Start the user API locally in development
npm run build # Build for production

Using docker compose

Prerequisites

Docker.

docker compose up --build # Build all apps
docker compose up db # Start the db by itself

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published