This is the project for the final assessment project for Udacity's Redux course (React Nanodegree)
This repository includes:
- The code for the Frontend App, made in React + Redux.
- The code for the backend API Server. The server was upgraded (based on the standard provided server) to include more initial data and some more details (category icons). You need to run this version so proper initial data is loaded.
- Install and start the API server
cd api-serveryarn installnode server
- Install and start the Frontend App
cd frontendyarn installyarn start
As an user, you are able to:
- View existing posts (general or by category);
- Add/Edit/Delete posts;
- Vote and comment on posts;
- View and sort by vote score or post date;
- View/Edit/Delete comments.