https://github.com/npatta01/reactnd-project-readable
https://github.com/npatta01/reactnd-project-readable
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/npatta01/reactnd-project-readable
- Owner: npatta01
- Created: 2017-11-07T12:23:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T18:47:23.000Z (over 7 years ago)
- Last Synced: 2025-03-28T23:34:09.499Z (3 months ago)
- Language: JavaScript
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Readable App Project
This is Udacity React project by Nidhin Pattaniyil.App Deployed on Heroku [here](https://np-readable.herokuapp.com)
## Installation
### Readable API Server
```
cd api-server
yarn
node server //launch server
```### Readable Client
```
cd frontend
yarn
yarn run start
```## Production
```
docker build -t readable .
docker run --env PORT=3002 -it -p 3002:3002 --rm readable
```## Deploying to heroku
```
heroku container:login .
heroku create np-readable .
heroku container:push web .
heroku logs --tail .
```# Screenshots
**Home Page**
**Category Page**
**Post Page**
**Post Edit Page**
**Comment Edit**
**Creating Post**
**Create / view comment**
**Comment upvote/down vote**
## Contributing
At this time, this project is not open for contribution. The purpose of this project is to complete Udacity React Redux Course.## License
This project is under the MIT License