https://github.com/tsaohucn/carousell_reddit
This is a Reddit for exercise of carousell
https://github.com/tsaohucn/carousell_reddit
carousell express nodejs reddit
Last synced: 3 months ago
JSON representation
This is a Reddit for exercise of carousell
- Host: GitHub
- URL: https://github.com/tsaohucn/carousell_reddit
- Owner: tsaohucn
- Created: 2017-06-12T13:15:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T11:05:26.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T02:39:56.354Z (5 months ago)
- Topics: carousell, express, nodejs, reddit
- Language: JavaScript
- Size: 486 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carousell Reddit
[](https://travis-ci.org/tsaohucn/Carousell_Reddit)
[](https://hub.docker.com/r/tsaohucn/carousell_reddit/builds/)
[](https://coveralls.io/github/tsaohucn/Carousell_Reddit?branch=master)This is a Reddit for exercise of carousell
# Beginning Instructions
## Localhost Qickly
Clone the app in your localhost and start the app quickly.
The way dependency with what libraries you have installed in your computer, for example : nodejs, if you don't wanna make trouble in process of installing libraries, the better way I advise is using **Docker Quickly** in the below.
`git clone https://github.com/tsaohucn/Carousell_Reddit.git`
`cd Carousell_Reddit && yarn install`
* Run Tests : `npm test`
* Start App : `npm start`## Demo Qickly
Click on the button to see online demon quickly.
[](https://carousellreddit.herokuapp.com/)
## Docker Quickly
Make sure you have installed docker in your computer, then you can follow the instructions below start the app quickly, the app work correctly with docker Version 17.03.1-ce-mac12 (17661), you can try with your original older docker version first, or update to the newest docker version if it didn't work with older version.
[](https://hub.docker.com/r/tsaohucn/carousell_reddit/)
* `docker pull tsaohucn/carousell_reddit`
* `docker run -p {Your Localhost Port}:3000 tsaohucn/carousell_reddit /bin/bash -l -c "npm start"`