JeffersonGarcia15 / UniverseJF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to UniverseJF

Live link: UniverseJF

UniverseJF, inspired by flicker, is a web application that allows users to post pictures of their favorite planets, galaxy or anything universe/space related. As a registered user you can post photos with tags, create albums, follow users, like photos and add comments on photos. And even if you have not registered, you can see the best pictures in the slash page.

Table of content

  1. Getting Started
  2. Technologies Used
  3. Key Features
  4. Code Snippets
  5. Wiki
  6. Future Goals

Getting Started

  1. Clone this repository
  2. Install dependencies (npm install)
  3. Create a .env file based on the .env.example and replace the value of SESSION_SECRET with your own SESSION_SECRET value. You can generate a value by using UUID to have a more secure value.
  4. Set up your PostgreSQL ddiy_app user, a password and database and make sure it matches the .env file. Make sure to give CREATEDB privileges to your ddiy_app user.
  5. Enter the following commands:
npx dotenv sequelize-cli db:create
npx dotenv sequelize-cli db:migrate
npx dotenv sequelize-cli db:seed:all
npm start

Technologies Used

Front End

Back End

  • Express.js
  • Sequelize.js
  • Faker.js
  • Node.js
  • Bcryptjs
  • PostgreSQL and Postbird
  • AJAX
  • AWS

Key Features

  • Users can view, upload, edit and delete photos
  • Users can view, post, edit and delete comments
  • Users can create albums for their photos
  • Users can add tags to photos and see all photos with an associated tag
  • Users can like another user's photos
  • Users can follow other users

Code Snippets

useEffect(() => {
  dispatch(getSinglePhoto(id))

}, [dispatch, id])

Wiki

API Documentation

Feature List

Frontend Routes

Schema

User Stories

Future Goals

  • Finish features that were not implemented

About


Languages

Language:JavaScript 88.8%Language:CSS 10.5%Language:HTML 0.6%Language:Shell 0.1%