- As a user you can see all posts on the home page.
- As a user you can sign up and login.
- As a user you don't need to be logged to view the posts,but need to be logged in to post.
- As a user you can delete their own posts.
- As a user you can click on a Create Post button and go to page to create a new Post.
- As a user you can see his own profile.
- npm
- HTML5
- CSS3
- Java Script (JS)
- NodeJS
- ExpressJS
- Heroku
- Postgres SQL
🔗 Link to the website where I draw my schema ➜ DRAWSQL
- git clone
https://github.com/GSG-G11/Rand-Reddit.git - cd
Rand-Reddit - npm i
- npm run dev
- Fill .env.example
CREATE DATABASE your_database_name;
\c -- to connect to database
CREATE USER user_name WITH SUPERUSER PASSWORD 'password';
ALTER DATABASE your_database_name OWNER TO user_name;
\i -- path from server/database/config/init.sql

