Tashy009 / react-around-api-full

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 69.4%Language:CSS 28.5%Language:HTML 2.2%