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

https://github.com/ambroisem/boardify


https://github.com/ambroisem/boardify

chat docker docker-compose jwt-authentication nestjs nestjs-backend postgresql react rest-api typeorm websocket

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# BOARDIFY

![Capture d'Γ©cran de l'application](home.PNG)

## How to run πŸ› οΈ

* ``` git clone https://github.com/AmbroiseM/BOARDIFY.git ```

* ``` docker-compose up --build ```

Open a new terminal and enter :

1) ``` docker-compose exec db psql -U postgres -d postgres ```
2) ``` \c my_kanboard ```
3) ``` INSERT INTO "user" (email, password, "firstName", "lastName", role) VALUES ('admin@boardify.fr', 'password', 'admin', 'admin', 'DIRECTOR'); ```
4) ``` insert into "public"."project" ("description", "managerId", "name") values ('Description', 1, 'Boardify'); ```
5) ``` UPDATE "user" SET project_id = 1 WHERE email = 'admin@boardify.fr'; ```
6) For "admin@boardify.fr", you can enter any password to log in

And you should be good to go πŸš€

## 🀝 Contribution
If anyone comes across this repo and sees something that can be improved in the code, please feel free to open a pull request or open an issue 😊

## Disclaimer

I'm not a front-end expert/ UI-UX designer grand master, i do what i can πŸ˜‚

![Alt Text](https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExZWp2NWE3dnY5OWJnNjhzdWo4bXA2cnJ0MjZiNGRtYmRyaGx0bm1yZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ZF1CaTcZ7fxk2Y5ui1/giphy.webp)