/storio

[WIP] A mobile-first application that connects people who have extra storage space with people who need a place to storio their stuff.

Primary LanguageJavaScript

Storio

Description

A mobile-first application that connects people who have extra storage space with people who need a place to storio their stuff.

Live Demo

Experience Storio live at https://storio-dev.acanlas.dev

Technologies Used

  • React
  • Webpack 4
  • Bootstrap 4
  • Node.js
  • PostrgreSQL
  • HTML5
  • CSS3
  • AWS EC2

Live Demo

Features

  • User can sign in
  • User can search for storages by city and state
  • User can toggle between list view and map view to view all spaces
  • User can view details of a space
  • User can send message to host of space
  • User can view list list of conversations
  • User can list a space
  • User can view list of their listings

App Preview

Storio_List_Map_Feature

Storio_Sign_In_Messaging_Feature

Development

System Requirements

  • Node.js 10 or higher
  • NPM 6 or higher
  • PostgreSQL 6 or higher

Getting Started

  1. Clone the repository.
git clone https://github.com/a-canlas/storio.git
  1. Install all dependencies with NPM.
npm install
  1. Start the project.
npm run dev
  1. Once started, you can view the application by opening https://localhost:3000