Skip to content

falihnaufal17/Backend-Hit-Hit-Baam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Hit Hit Baam Game

Prerequiste

  • Node.js - Download and Install Node.js with NVM (Node Version Manager) - Simple bash script to manage multiple active node.js versions.
  • MySQL - Download and Install MySQL - Make sure it's running on the default port.

Installation

Clone

$ git clone https://github.com/falihnaufal17/Backend-Hit-Hit-Baam.git
$ cd Backend-Hit-Hit-Baam
$ npm install

Create Environment Variable

$ touch .env
$ nano .env
DB_HOST="Your_Host"
DB_USER="Your_Username"
DB_PASS="Your_Password"
DB_NAME="Your_Table"

SERVER_PORT=9999

Start Development Server

$ npm start

About

Backend simple game hit hit baam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published