Skip to content

ioannisioannou16/readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable

A content and comment web app.

Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users are also able to edit and delete posts and comments.

Installation

  1. Clone or download repository
  2. Install backend server dependencies and start backend server
    1. cd server
    2. npm install
    3. npm start
  3. Install client dependencies and start server
    1. cd client
    2. npm install
    3. npm start
  4. Open browser at http://localhost:3000

Note

Only client is implemented by me. Backend server was provided by Udacity and can be found here: https://github.com/udacity/reactnd-project-readable-starter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages