Full stack social media app with user authentication/authorisation utilizing the PERN stack. Deployed on Heroku (may take some time to start up)
- Front-End Features
- Implemented user interface for creating and setting up a user, uploading images, creating posts, replying, liking posts/replies and checking feed.
- Back-End Features
- Implemented RESTful API to communicate between the client and the PostgreSQL database.
- Used Amazon Web Service (AWS) S3 Bucket to store user media.
- Used Json Web Tokens (JWTs) for user Authentication and Authorisation
- Used password hashing using bcrypt for database storage.
- Utilized OAuth 2.0 for Google/LinkedIn/Facebook using PassportJs
- Tests
- Incorporated unit and integration testing using Jest and react-testing-library
- Implemented End-to-End testing using Cypress, simulating user interaction with posts, replies etc.
This project was bootstrapped with Create React App. In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.