Skip to content
/ GIDD Public
forked from treyshotz/GIDD

A social media platform designed to meet new people by doing activities together

License

Notifications You must be signed in to change notification settings

Eirsteir/GIDD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIDD

image

GIDD er en applikasjon for å hjelpe mennesker å finne aktiviteter og sosiale samkomster i sitt nærområde. GIDD skal være et gratis alternativ for for alle, uavhengig av treningsnivå. Enten man ønsker en rolig rusletur i skogen eller hardoppkjør til Birken skal Gidd! hjelpe brukeren finne likesinnede i sitt nærområde.

GIDD. Det er bare å gidde.

Krav for å kjøre applikasjonen

Backend

Frontend

npm install -g yarn

Installasjon

Backend

git clone https://gitlab.stud.idi.ntnu.no/team-2-sysutv/idatt2106_2021_2.git

cd idatt2106_2021_2/backend

# Run the app without GNU Make

# With Maven  
#port 3306, 8080, and 8000 needs to be open for this to work
docker-compose up & mvn dependency:resolve && mvn spring-boot:run

# With Docker-compose
docker-compose -f docker-compose.azure.yml build
docker-compose -f docker-compose.azure.yml up

# Run the app with GNU Make

make run 

Frontend

git clone https://gitlab.stud.idi.ntnu.no/team-2-sysutv/idatt2106_2021_2.git

cd idatt2106_2021_2/frontend

# Set url to api in env-file
echo REACT_APP_API_URL=http://localhost:8080/api/  > .env

# Install dependencies
yarn 

# Run the app
yarn start

Trenger du hjelp?

Dersom du har spørsmål eller trenger hjelp anbefaler vi å sjekke ut vår wiki.

Wikien kan finnes her:

Medlemmer

Hermann Owren Elton -

Simon Jensen -

Mads Lundegaard -

Stian Mogen -

Olaf Rosendahl -

Nicolay Schiøll-Johansen -

Eirik Steira -

Lars Brodin Østby -


License: MIT


About

A social media platform designed to meet new people by doing activities together

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.7%
  • TypeScript 36.2%
  • HTML 0.7%
  • JavaScript 0.2%
  • Makefile 0.1%
  • Dockerfile 0.1%