Skip to content

👥 The back end of a full stack MERN application with CRUD functionality that allows users to find people in their neighbourhood who can help with anything from electronics repair to therapy. Users can create posts and leave reviews and ratings.. GA Project 3

Notifications You must be signed in to change notification settings

emilydaykin/Neighbour-Needs-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighbour Needs

Neighbour Needs is a full stack MERN application (MongoDB, Express, React and Node) that allows users to find people in their neighbourhood who can help with anything from maths tutoring and interior design, to plumbing and therapy. This project was created by Ana Borges, Emily Daykin and Mohamed Mohamed in the span of just over a week. For a full list of this app's features, see the Features section below.

This repo contains code for the back end server only; code for the front end client lives here.

Installation

  • Check out the live application here!
    • Feel free to register and then use your own login credentials, or try a demo one using:
      • Username: kc@user.com
      • Password: Password1!@
  • Or run it locally (make sure you have a local version of MongoDB running):
    • Front End: Clone this repo, → run npm install → run npm run start:client
    • Back End: Clone this repo → run npm install → run npm run seed → run npm run start:server

Application Walkthrough

Home & About Pages

Sidebar, Welcome Banner & Login Page

Feed & Profiles Page

Creating a New Post

Neighbourhoods & Services Pages

Individual and Filtered Profile Pages

Responsive Design