Skip to content

DedS3t/monopoly-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repo for the backend of my monopoly app. It is currently in development and requires postresql and redis to run. Instructions for running are below.

Monopoly Backend

Stack (Go):

  • Fiber
  • Socket.io

How to use

Make sure you have Go installed First clone the repo git clone https://github.com/DedS3t/monopoly-backend && cd monopoly-backend Then run go get to download dependencies

The next step is to setup postresql...

  1. Create a new database
  2. Run the db.sql to setup the database
  3. Create a .env file with the following keys
    • DB_USER
    • DB_PASSWORD
    • DB_NAME
    • DB_ADDR
    • REDIS_URL (eg. localhost:6379)

Finally you are able to run go run main.go to start the backend. For this project to work you also need the client side which is found at https://github.com/DedS3t/monopoly-frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages