Giter VIP home page Giter VIP logo

spotitapp's Introduction

spotitapp

Introduction

SpotIt is a web app built in Elixir and the Phoenix Framework. Users can post a picture of anything they spot nearby, such as a yard sale or a food truck, and other users can see the picture and the post pop up in real time on a map. This app is an ongoing project to experiment with the Phoenix/Elixir on the backend and React (web) and React Native (mobile) on the frontend.

Tech Stack

  • Mapbox API
  • Phoenix Framework
  • Elixir
  • React
  • React Native
  • PostgreSQL

Setup Instructions

First, clone this repository git clone https://github.com/rickypchen/spotitapp.git

To start this application's server:

  1. Go into the server folder where the backend API (Phoenix) lives: cd server

  2. Install dependencies with mix deps.get

  3. Install npm packages with npm install

  4. Create and migrate your database with mix ecto.create && mix ecto.migrate

  5. Start Phoenix API with mix phoenix.server

Next, you can start the application's client: For the web client (React):

  1. Go into the client folder where the frontend clients live: cd client

  2. Install npm packages with npm install

  3. Start the client by running npm start

  4. Now, you can visit localhost:3000 from your browser

For the mobile client (React Native): It is currently in development.

spotitapp's People

Contributors

rickypchen 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.