Website: Same Here

!!!
- Authorization with JSON Web Tokens
- Email Verification
- Client side routing
- register an accoount and login
- create posts and comment on others
- access a compilation of useful links and resources
Client: JavaScript (React), Bootstrap
Server: JavaScript (Node.js), PostgreSQL, Heroku
- cd client and run npm install
- run npm run start
- cd server and run npm install
- must create a database locally using database.sql, an email for verification pushing, and also a .env file with corresponding fields:
- jwtSecret
- emailSecret
- GMAIL_USER
- GMAIL_PASS
- PG_USER
- PG_PASSWORD
- PG_HOST
- PG_PORT
- PG_DATABASE
- run npm run dev

