Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erickj3/flux-board
https://github.com/erickj3/flux-board
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erickj3/flux-board
- Owner: ErickJ3
- Created: 2024-01-12T22:46:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-14T18:32:57.000Z (12 months ago)
- Last Synced: 2024-01-14T23:08:55.697Z (12 months ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 containerfor 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
```