Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)