Skip to content

It's a blog app that allows users to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users also are able to edit and delete posts and comments.

brunohkbx/Udacity-Readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Installation

$ npm install

2. Start API Server

Clone and run the server by following the instructions here: https://github.com/udacity/reactnd-project-readable-starter

3. Environment configuration

Copy the contents of the .env.sample file to the .env file and change it with the credentials of your local environment Place a token to REACT_APP_API_AUTHORIZATION_TOKEN and the url of your API server to REACT_APP_API_URL

$ cp .env.sample .env

4. Running the server

$ npm start

This project was bootstrapped with Create React App.

About

It's a blog app that allows users to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users also are able to edit and delete posts and comments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published