• Stars
    star
    143
  • Rank 248,970 (Top 6 %)
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Instagram clone with (Nodejs, Postgres, ReactJS, Styled components)


Photogram

Photogram (Intagram clone)

instagram clone with the necessary functionalities of this great the internet

License MIT

demo

Features

This app features all the latest tools and practices in web development!

  • βš›οΈ React Js β€” A JavaScript library for building user interfaces

  • πŸ’Ή Node Js β€” A web framework for Node Js

  • πŸ“„ Postgres β€” A cross-platform and open-source document-oriented database

  • πŸ“„ Redis β€” A platform for caching

  • πŸ” JWT β€” A library for authentication of users

  • ♻️ Context β€” A state handler

  • ORM Sequelize, Multer,

Getting started

Getting started with the backend server

  1. Open Redis server
  2. Move yourself to the backend folder: cd backend
  3. Copy the .env.example file and create a .env file and add the connection BD and other and SIGNATURE (can be any word)
  4. Install sequelize-cli how dev-dependency and execute this yarn sequelize db:create next yarn sequelize db:migrate
  5. Run yarn devto start the server

Getting started with the frontend app

  1. Move yourself to the frontend folder: cd web
  2. Copy the .env.example file and create a .env and cofing you fields
  3. Run yarn start to start the web application

License

This project is licensed under the MIT License - see the LICENSE page for details.