Coder Social home page Coder Social logo

unframed's Introduction

Stories in Ready

Unframed

A react-native app to find and post nearby street art.

Team

  • Product Owner: Kelly Braun
  • Scrum Master: Kevin Sheehy
  • Development Team Members: Robin Dykema, Casey Billman, Ethan Fourie

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
  3. Contributing

Requirements

General:

  • Node
  • React-native

iOS:

  • XCode
  • Cocoapods

Android:

  • Android Studio

Development

Installing Dependencies

From within the root directory:

npm install

Installing iOS dependencies:

Run the following command within the client/ios/ directory:

pod install

Running the database and server:

  1. Install docker.

  2. Start the neo4j/spatial container

docker run \
  -d \
  --publish=7474:7474 --publish=7687:7687 \
  --volume=$HOME/neo4j/data:/data \
  --volume=$HOME/neo4j/logs:/logs \
  --name=DB \
  klaw/neo4j-spatial

This will:

  • run the container in the background
  • expose ports 7474 and 7687 which are used to connect to the database
  • use the designated files for data and logs
  • name the container 'DB'
  • use the image klaw/neo4j-spatial image - it will download the image if it is not found on your computer

Note: if this is your first time running with this directory you will need to log into the database, change the default password, and update config.js with this information.

Other usefull docker commands: docker ps - show running containers docker ps -a - show all containers docker stop DB - stop the 'DB' container docker start DB - start the 'DB' container

  1. Start the server

From within the server directory npm start

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

unframed's People

Contributors

caseycoding avatar ethan4e avatar kellyjohnbraun avatar kjs2b avatar rockinrobin714 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

unframed's Issues

Decide on whether pictures should be shown or not

A. Pictures are shown only if the person is in the area
B. Pictures are not shown on default, but the user can choose a "show spoilers" option to show pictures at any point
C. Pictures are always shown

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.