coder-ralph / facebook-clone-app

Facebook clone app - The Odin Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Facebook clone || Front-End & Back-End

Made for The Odin Project.

About

This project was made for a course of Node.js from The Odin Project. By working on this project, I could:

  • Handle a diverse amount of problems and situations
  • Secure a rest-ish API against CSRF using JWT
  • Learn more about acessibility
  • Work with React hooks such as useState and useEffect

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

  • npm
  • Node.js

Installation

  1. Get a free Mongo database at the official website
  2. Clone the repo
  3. Install dependencies with NPM
npm install
  1. Set the environment variables necessary for this project to work. All of them are specified on the .env.example file.

  2. For Front-End: Run npm start to start the React server. For Back-End: Run node app to start the server.

About

Facebook clone app - The Odin Project


Languages

Language:JavaScript 84.4%Language:CSS 14.2%Language:HTML 1.1%Language:Shell 0.2%