/react-around-api-full

Around the U.S. is a MERN stack application built to help users share their favorite photos with others.

Primary LanguageJavaScript

This repository contains:

  • The backend API of "Around the U.S." with authorization and registration handled by the back-end server.
  • The frontend React Application which uses this API

📣 Overview

  • Register or login to create an account and post photo from your favorite sources
  • Like photos posted from other users
  • Customize your profile avatar and information
  • Delete photos of yours that you no longer wish to see

🛠 Technologies

  • Stack: MongoDB, Express.js, React, and Node.js
  • Google Cloud hosts the backend
  • Mongoose wraps MongoDB and manages data with a REST Api
  • JWT's secure the authentication process

✨ Demo


Register

Demonstration

Main Page

Demonstration

Update Profile

Demonstration

Add Place

Demonstration

Preview Image

Demonstration


🧑‍💻 Get Started

Clone

$ git clone https://github.com/McCambley/react-around-api-full.git

Install

$ cd react-around-api-full
$ cd frontend
$ npm i
$ cd ..
$ cd backend
$ npm i

Launch

$ cd backend
$ npm run dev
$ cd ..
$ cd frontend
$ npm run start