Coder Social home page Coder Social logo

contacts-app's Introduction

Overview

A full stack application that keeps all your contacts up to date. ContactsApp acts like a social network, where you mantain your current phone, email and company, and share them with your colleagues and friends.

This application was developed for educational purposes. The frontend is a React Native application, while the backend is a NodeJS Rest API. The user can send friendship requests, search for other users and update his own informations.

Screens

Screen 1 Screen 2 Screen 3 Video

Prerequisites

You'll need Expo and NodeJS installed.

Getting started

  1. Clone the repository git clone https://github.com/gmtavora/contacts-app/

  2. In mobile and backend, install the needed packages npm install

  3. Create a .env file in the backend folder. Use the following lines:

    NODE_ENV=development
    
    HOST=http://yourip.com
    PORT=8000
    
    EMAIL_HOST=host
    EMAIL_USERNAME=user
    EMAIL_PASSWORD=password
    [email protected]
    
  4. Create a .env file in the mobile folder. Use the following lines:

    HOST=http://yourip.com
    PORT=8000
    
  5. In backend, run the server node index.js

  6. In mobile, run the application expo start.

Optional: in the backend folder, you'd may like to use the mock database and mock uploads. If that's your case, rename mockDatabase.db to database.db. Unzip mockUploads.zip and rename it to uploads. In this case, the username and password of the test account is johnsmith.

Built with

Authors

  • Gabriel Távora

contacts-app's People

Contributors

gmtavora avatar dependabot[bot] avatar bardiaalavi-2020 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.