/flux-board

Primary LanguageTypeScript

Trello Like with Nestjs and Nextjs

Running an application

Go to the flux-backend folder and just run it with

docker-compose up -d

this command will upload a postgresql database and start the api in a docker container

for the nextjs application just navigate to the flux-frontend folder and start the command

npm install

and

npm run build && npm run start