This is the final assessment project for Udacity's Redux course which is a content and comment web app. Users can post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users can also edit and delete posts and comments.
This repository includes the code for the backend API Server that was used to develop and interact with the front-end portion of the project.
The frontend directory is a project that was bootstrapped with Create React App. Its puropose is to satisfy the requirements in the Udacity Project Readable - Project Overview. The project is forked from https://github.com/udacity/reactnd-project-readable-starter
The code is here: https://github.com/gyrevik/reactnd-project-readable-starter Clone this implementation from the above link.
To get up and running right away:
- Install and start the API server
cd api-servernpm installnode server
- In another terminal window
cd frontendnpm installnpm start
Information about the API server and how to use it can be found in its README file.