A mobile-first application that connects people who have extra storage space with people who need a place to storio their stuff.
Experience Storio live at https://storio-dev.acanlas.dev
- React
- Webpack 4
- Bootstrap 4
- Node.js
- PostrgreSQL
- HTML5
- CSS3
- AWS EC2
- 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
- Node.js 10 or higher
- NPM 6 or higher
- PostgreSQL 6 or higher
- Clone the repository.
git clone https://github.com/a-canlas/storio.git
- Install all dependencies with NPM.
npm install
- Start the project.
npm run dev
- Once started, you can view the application by opening https://localhost:3000