Skip to content

cosmicvent/reddit_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Clone
============

 + Users should be able to create a post(title, body)
 + Users should be able to create a comment(body) on posts
 + Users should be able to view a list of comments
 - posts should show the name of the author


Posts
=====
id | title | body |...
1 | first post .....
2 | second post .....

Comments
========
id | body           | post_id
1  | this is good   | 1
2  | second comment | 2
3  | third thing    | 1
4  | whaterver      | 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published