Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npatta01/reactnd-project-readable
https://github.com/npatta01/reactnd-project-readable
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/npatta01/reactnd-project-readable
- Owner: npatta01
- Created: 2017-11-07T12:23:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T18:47:23.000Z (almost 7 years ago)
- Last Synced: 2024-12-07T07:04:31.205Z (18 days ago)
- Language: JavaScript
- Size: 2.58 MB
- Stars: 0
- Watchers: 2
- 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](screenshots/homepage.png)**Category Page**
![Category Page](screenshots/category.png)**Post Page**
![Category Page](screenshots/post_page.png)**Post Edit Page**
![Category Page](screenshots/post_edit.png)**Comment Edit**
![Comment Edit](screenshots/comment_edit.png)**Creating Post**
![Create Post](screenshots/create_post.gif)**Create / view comment**
![Create / view comment](screenshots/create_view_comment.gif)**Comment upvote/down vote**
![Comment upvote/downvvote](screenshots/comment_upvote_downvote.gif)## 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