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

https://github.com/srph/cinemapogi

A fresh-looking viewer for Resorts World Manila Blockbusterseats
https://github.com/srph/cinemapogi

Last synced: about 2 months ago
JSON representation

A fresh-looking viewer for Resorts World Manila Blockbusterseats

Awesome Lists containing this project

README

          

## Sinepogi
Sinepogi a fresh-looking viewer for Resorts World Manila's online cinema, designed to make browsing more convenient.

Designed by [Kirby Borromeo](https://dribbble.com/kbyborromeo).

## Tooling
- Typescript
- Parcel
- React
- Go
- Macaron

## Contributing
#### Requirements
- Go `>=1.8`
- Node `>=10` & npm `>=5`

#### Setup
- Install dependencies
```bash
make install
```
- Run Go API
```
make start.backend
```
- Serve frontend web server
```
make start.frontend
```