Skip to content

davifeliciano/connecting-spa

Repository files navigation

connecting

output.mp4

Frontend for a simple picture based social network featuring likes, followers, comments and hashtags functionality. Images are automatically resized to a pre-configured resolution — blurred inline margins are generated, if necessary — and stored in a AWS S3 bucket.

For more information on the backend of this project, see the backend repository.

Usage

  1. Setup and run the backend (follow the instructions on the backend repository).

  2. Create a .env file from .env.example and set the backend URl

  3. Install the dependencies with

    $ npm install
  4. Run the development server with

    $ npm run dev

Roadmap

  • Auth
    • Access and refresh token authentication
    • Role based authentication
    • Github authentication
    • Password reset
  • Users
    • Profile update
  • Posts
    • Post creation
    • Post deletion
  • Upvote system
  • Followers system
  • Comments system
  • Hashtags system
  • Documentation

About

Frontend for a simple picture based social network featuring likes, followers, comments and hashtags functionality.

Resources

Stars

Watchers

Forks