https://github.com/m-ac-i-ej-s/portfolio-project
https://github.com/m-ac-i-ej-s/portfolio-project
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m-ac-i-ej-s/portfolio-project
- Owner: M-ac-i-ej-s
- Created: 2023-07-02T17:11:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T17:16:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T12:14:59.522Z (4 months ago)
- Language: TypeScript
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hello, this is my portfolio project :)
## How to set it up:
1. In the main folder run **docker-compose up** command to start your keycloak application.
2. Enter the backend folder by typing **cd backend** in the console, then install dependecies by typing **npm i**.
3. Then create a new file called **.env** and enter the data passed by me.
4. After steps 2 and 3 are done u can type **node index.js** to start the backend server.
5. Now go back by typing **cd ..** and enter frontend folder **cd frontend**.
6. Install the dependecies **npm i** and after its finished run the server by entering in the console **npm run dev**.
7. Done : )## Admin panel:
By manually entering the /admin route in the browser, its going to redirect you to the keycloak login page, you need to enter the admin credentials which in our case
are login: admin, password: admin.Now you should be able to edit the page through brower.