Skip to content

SimenMH/neighbourly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Neighbourly is a mobile app that aims to provide an easier and more modernized way of communicating and making plans with your neighbours. Helps neighbours stay in touch by providing a neighbourhood-based messaging board and event planner.

Gone are the days of trying to keep an updated list of all your neighbour's phone numbers or going from door-to-door to get your message out.

Screenshots

Before you start

Get a free API key from Google

  • Add a .env file in the client folder with the following:
GOOGLE_API_KEY='your API goes here'

Getting started

  1. Make sure you have a MongoDB service running in your local enviroment.
  2. Clone the repo
git clone https://github.com/SimenMH/neighbourly
  1. Install dependencies for both client and server folders
cd client
npm install
cd server
npm install
  1. Start development server
node index.js
  1. Navigate to client and run the Expo CLI server
expo start
  1. Open the project on your device or an emulator of your choice

Built with

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors