Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erickj3/flux-board


https://github.com/erickj3/flux-board

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Trello Like with Nestjs and Nextjs

## Running an application

Go to the `flux-backend` folder and just run it with
```bash
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

```bash
npm install
```
and
```bash
npm run build && npm run start
```