Coder Social home page Coder Social logo

universejf's Introduction

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

universejf's People

Contributors

jeffersongarcia15 avatar

Stargazers

Ebrahim Tayara avatar Amber avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.