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.
- 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
- 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