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.
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'
- Make sure you have a MongoDB service running in your local enviroment.
- Clone the repo
git clone https://github.com/SimenMH/neighbourly
- Install dependencies for both client and server folders
cd client
npm install
cd server
npm install
- Start development server
node index.js
- Navigate to client and run the Expo CLI server
expo start
- Open the project on your device or an emulator of your choice
- React Native Expo - Framework for building robust mobile apps
- Express - Node.js framework
- Mongoose - MongoDB object modelling for Node.js






