Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 741 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 741 Bytes

Welcome to your POOP VIEW 👋

This is a Proof of Concept (POC) application

Author

  • Thomas Clarisse

Description

This application is a mobile application on IOS and Android to viewing your poop on the map. You can add a new poop with a picture and a description of the toilet. You can also see all the poops on the map and click on them to see the details.

Get started for front-end

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

Get started for back-end

  1. Install dependencies on ./backend

    npm install
  2. Start the server

     npm start

Technologies

  • React Native
  • Node.js
  • Express
  • MySQL