Giter VIP home page Giter VIP logo

cashier's Introduction

Cashier

Gaming (gambling, lol) platform, which is an open space with games. The core is a multiplayer architecture that allows you to easily add new games to the catalog. One profile for all games, the simple creation of rooms and the addition of new games.


Task tracker:

Trello: https://trello.com/b/zkQ7Re9N/cashier

Prepare:

First what you mast do - install Redis database and run on port 6379.
Second what you mast do - install MongoDB database or create in cloud (for example - mlab.com).
Then configurate project in configs (in folders src/client and src/server).

After all done - go to the project folder and run command:

npm run i // Install required packages.

.env configuration:

MODE = development || production
BACKEND_URL = http://localhost
FRONTEND_URL = http://localhost
BACKEND_PORT = 1337
FRONTEND_PORT = 8000

MONGO_USER = login
MONGO_PASSWORD = paswword

REDIS_USER = user
REDIS_PASSWORD = password
REDIS_PORT = 6379
REDIS_HOST = 127.0.0.1

JWT_SECRET = jokeorjoker

Commands:

npm run devserver //For running development serve
npm run back //For running new backend server

npm run server //For running old backend server (only sockets (deprecated, only for history))

Now in development. If you want join to develop, please connect me by https://vk.com/e7c2188cd4d48e4a658bfefb763cc62f or [email protected]

cashier's People

Contributors

rnskv avatar

Stargazers

 avatar  avatar Misha avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.