instagram clone with the necessary functionalities of this great the internet
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 with the backend server
- Open
Redisserver - Move yourself to the backend folder:
cd backend - Copy the
.env.examplefile and create a.envfile and add the connection BD and other and SIGNATURE (can be any word) - Install
sequelize-clihow dev-dependency and execute thisyarn sequelize db:createnextyarn sequelize db:migrate - Run
yarn devto start the server
Getting started with the frontend app
- Move yourself to the frontend folder:
cd web - Copy the
.env.examplefile and create a.envand cofing you fields - Run
yarn startto start the web application
This project is licensed under the MIT License - see the LICENSE page for details.
