- 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
Check out a live demo of this project here.
- 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
- 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
✨ Screenshots - Live Demo
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