Skip to content

Full stack social media app with user authentication/authorisation utilizing the PERN stack.

Notifications You must be signed in to change notification settings

Ahmed-Shukri02/TextApp

Repository files navigation

TextApp

Full stack social media app with user authentication/authorisation utilizing the PERN stack. Deployed on Heroku (may take some time to start up)

Tech Stack

react redux node express postgres AWS Heroku Jest cypress

Features

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

Using textApp on your local device

This project was bootstrapped with Create React App. In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

About

Full stack social media app with user authentication/authorisation utilizing the PERN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published