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
- Host: GitHub
- URL: https://github.com/ambroisem/boardify
- Owner: AmbroiseM
- Created: 2024-10-22T08:31:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T13:33:51.000Z (over 1 year ago)
- Last Synced: 2025-02-08T23:45:48.044Z (over 1 year ago)
- Topics: chat, docker, docker-compose, jwt-authentication, nestjs, nestjs-backend, postgresql, react, rest-api, typeorm, websocket
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BOARDIFY

## 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 π
