Skip to content

numanm4/DevMapApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Dev Finder App

dev finder is a mobile app that helps developers find peers in a geographic area, fostering new projects, knowledge sharing and professional growth.

contains part for project 2 aswell

-Updated IP Address

-added user info to users in db.json and also in users.tsx

-altered some styling in main.tsx

-configured android studio to run vs code project

Sign up screen Main screen Profile screen

Because physical proximity between users is important for such collaboration, you are encouraged to fork this project for your own local area, add your own branding, maybe translate it, and make it part of your portfolio.

Do not forget to setup a backend service to connect your fork to, as instructed below.

Installation

The app is not released in the app stores. If you want to run it, follow the setup instructions for developers.

Forking / Contributing

Backend setup

Setting up the fake API (json-server)

Before running your 'json-server' update the file src/services/api.ts to include your computer's IP address. Change the baseURL to http://your_ip_address_here:3333 and then run:

npx json-server --watch db.json --port 3333 --host your_ip_address_here

Acessing your database online (my-json-server)

To access your server online without running json-server locally, you can set your baseURL to:

https://my-json-server.typicode.com/<your-github-username>/<your-github-repo>

To use my-json-server, make sure your db.json file is located at the repository root.

*NOTE: my-json-server have some limitations. For example, you'll not be able to add any data into the server db.*

Setup

  • Clone this repository
  • npm i
  • Start your own BE server (see backend setup)
  • npm expo start
  • Load app through Expo Go

Running tests

  • npm test

Support

Please see if your question or issue is already filed by searching in current issues; if not, feel free to create a new one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published