Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadnzr/rock-paper-scissors-game
Rock Paper Scissors Game. Game dashboard, design restful api
https://github.com/ahmadnzr/rock-paper-scissors-game
ejs express javascript nodejs postgresql sequelize
Last synced: 5 days ago
JSON representation
Rock Paper Scissors Game. Game dashboard, design restful api
- Host: GitHub
- URL: https://github.com/ahmadnzr/rock-paper-scissors-game
- Owner: ahmadnzr
- Created: 2021-10-23T10:41:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T15:28:50.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T19:06:33.755Z (7 months ago)
- Topics: ejs, express, javascript, nodejs, postgresql, sequelize
- Language: JavaScript
- Homepage: https://admin-game-dashboard.herokuapp.com/
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## How to contribute ?
- Fork or clone this repo
- make sure **nodejs and postgresql** are installed on your computer
- go to project directory and install dependencies```bash
cd adminDashboard && \
npm install# or if you have installed yarn, just run 'yarn'
```- run app
```bash
# for prod
yarn start# for development
yarn develop
```- Open your browser and go to [http://localhost:8080](http://localhost:8080)
- explore as you like 😂
## API documentation
- Postman Collection: [download](./file-pendukung/challenge-ch06.postman_collection.json)
- Postman Env: [download](./file-pendukung/ch-06-env.postman_environment.json)