Skip to content

Project for an internship competition for the "tukano" company

Notifications You must be signed in to change notification settings

kubaplayer05/tukano-contest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uruchomienie Projektu

Aby uruchomić projekt, należy mieć docker-compose w przeciwnym razie należy samodzielnie uruchomić bazę danych (mongodb)

Kopiujemy projekt z githuba

git clone https://github.com/kubaplayer05/tukano-contest.git
cd tukano-contest

Kopiujemy plik.env w głównym folderze projektu

cp .env.example .env 
cp .env ./backend/.env

Uruchamiamy bazę danych (mongodb)

docker-compose up

Uruchamiamy backend aplikacji

cd ./backend 
npm install
npm run build 
npm run start

Uruchamiamy frontend aplikacji

cd ./frontend
npm install
npm run build 
npm run start

Aplikacja znajduję się domyślnie na http://localhost:3000

About

Project for an internship competition for the "tukano" company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published