Skip to content

A MERN Stack application where you can search, review, and post items.

Notifications You must be signed in to change notification settings

tgwalker93/LocalSpectrum

Repository files navigation

/images/LandingPage.PNG

Local Spectrum

A NodeJS, MongoDB, Express, and ReactJS application where users can query items within cities that were posted by other users. Users are free to add reviews, comments, and post their own items if they register. For each item posted, the user can add an image, title, and description.

Getting Started

You can refer to the link here to see the application deployed on Heroku: https://local-spectrum.herokuapp.com/

In Progress

This application is still in progress, and there isn't much in the database.

Screenshots

In most cases, you won't find anything with searching because there is isn't much in the database. However, if you search "Apple" in "Irvine", or "Irvine, Ca", you will find an item.

  • Home Page /images/LandingPage.PNG

  • Results /images/Search.PNG

  • Profile Page /images/ProfilePage.PNG

  • Posting a Comment /images/postingComment.PNG

  • Review Page /images/ReviewPage.PNG

Built With

Authors

  • Tyler Walker - React/Node Developer - tgwalker93
  • Tammy Le - Front-End Developer - letam245
  • Prathibha Chunchu - Front-End Developer - chunchuprati
  • Omar Solis - Back-End Developer - Yakoloi

HitCount

Create React Express App

About This Boilerplate

This setup allows for a Node/Express/React app which can be easily deployed to Heroku.

The front-end React app will auto-reload as it's updated via webpack dev server, and the backend Express app will auto-reload independently with nodemon.

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following commands:

yarn install
cd client
yarn install
cd ..
``

After both installations complete, run the following command in your terminal:

yarn start


That's it, your app should be running on <http://localhost:3000>. The Express server should intercept any AJAX requests from the client.

## Deployment (Heroku)

After confirming that you have an up to date git repository and a Heroku app created, complete the following:

1. Build the React app for production by running the following command:

yarn build


2. Add and commit all changes to git

3. Push to Heroku

If all previous steps were followed correctly, your application should be deployed to Heroku!

About

A MERN Stack application where you can search, review, and post items.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •