/storio

A full-stack web application for people who wants to utilize some storage places they have

Primary LanguageJavaScript

Storio

A full stack JavaScript application for people who want to utilize some extra place they have.

Technologies Used

  • React.js
  • Webpack 4
  • Bootstrap 4
  • Node.js
  • PostgreSQL
  • HTML5
  • CSS3
  • AWS EC2
  • Google Map API

Live Demo

Try the application online! storio in live

Features

  • User can view available storages at desired location both in a list on Google Map
  • User can host a new storage at desired location
  • User can message the owner of available storge

Preview

Storio Dem

Development

System Requirement

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

Getting Started

  1. Clone the repository.

    git clone https://github.com/peterjhan88/storio
    cd storio
  2. Install all dependencies with NPM.

    npm install
  3. Start PostgreSQL and Import the example database to PostgreSQL.

    sudo service postgresql start
    npm run db:import
  4. Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.

    npm run dev