Skip to content

A mobile application for your friend group's best guesser.

Notifications You must be signed in to change notification settings

kristo-og-logi/premKing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PremKing

Frontend

Written in react native, using expo, typescript and redux.

Setup

To install dependencies, within /frontend, run

npm install

Then, to start the frontend, run

npm run start

For more detailed instructions, setup, deployment and troubleshooting, visit the frontend README

Backend

Made with gin, a Go framework, with gorm as an orm.

To install packages, within /server, run

go get .

Then, to start the backend, make sure you have added the necessary environment variables in a .env file. Refer to /server/.env.example for help.

Then, run

go run . --environment {DEV || PROD}

If you haven't used Go on your machine before, this probably won't work. Refer to /server/README.md for help to boot up the backend.

If running the backend in development, you need to follow the /server/README.md documentation. Having completed that, run

CompileDaemon -command="./server --environment {DEV || PROD}"

For more detailed instructions, setup, endpoints and troubleshooting, visit the server README

About

A mobile application for your friend group's best guesser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published