Skip to content

Group Project - Multiplayer game server - NodeJs, Express, Sequelize

Notifications You must be signed in to change notification settings

malanchito/wheel-of-fortune-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preface

  • This is the backend part of a game group project through the Codaisseur academy course during week 7, the router endpoints and schemas follow the rules of Rest APIs

Table of contents

Technologies used

  • Express
  • Sequelize

Setup

  • git clone
  • npm install
  • docker run -p 5432:5432 --name postgres -e POSTGRES_PASSWORD=secret -d postgres
  • nodemon

Git workflow

master (auto deploys) ______________________
                       \               /
development             \_____________/- pull request
                         \           /
feature/some-feature      \_commits_/- pull request

Suggestions

Feel free to contact me directly to my LinkedIn account

Contributors

About

Group Project - Multiplayer game server - NodeJs, Express, Sequelize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published