Skip to content

weppo-team/weppo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Gamer Build Status

Board Gamer is a platform that let you play some of the most popular board games. You should be able to play online against other players in at least one game.

As a user you have ELO ranking for all games that let you track your progress and determine if you got better in the game.

Domain

Web app should be served here: https://weppoproject.herokuapp.com/. If it is not available at this domain, we probably deleted it, because heroku plan we are using no longer permit us to host it 😄

Authors

The app has been developed by Dawid Motak, Krystian Sańczyk, Przemysław Stasiuk.

Technologies

It's a web application with the front-end structured with React and the back-end made in NodeJS. We used MongoDB as our database.

Environment

You should create .env file inside backend/ directory. It should include the following variables:

DB_URI=...
JWT_SECRET=...

Test user

If you want to have a testing account in our database you could use one of already created test users:

login: dawid1
password: dawid111

Local setup

Firstly you need to install all required packages. To achieve that you should run yarn install command inside frontend and backend directories. Then you should start client and server:

cd frontend/
yarn start
cd backend/
yarn dev:start

That's it 😄. The app is now up and running.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages