Skip to content

FACG6/CMSPosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS Posts

My website display the public posts added by all users and allow visitor to register in website and and his/her posts which can be public and private posts.

link

Posts

User Story

As a user :

  • I want to see all public posts in home page
  • I want to sign up to website
  • I want to login to website
  • I want to add posts and select the privacy of posts
  • I want to able delete the posts
  • I want to edit my posts

How to run website locally :

  • Clone this repository
  • Run npm install
  • Create local PostgreSQL database
  • Create a .env file
  • Add DATABASE_URL_LOCAL and SECRETE
  • Run npm run live
  • Open your browser and write localhost:3300

Releases

No releases published

Packages

No packages published