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.wardofcode.com
- React
- Webpack 4
- Bootstrap 4
- Node.js
- Express
- 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 a list of conversations
- User can list a space
- User can view a list of their storages for rent
- Users can create accounts
- Desktop View
- Node.js 10 or higher
- NPM 6 or higher
- PostgreSQL 6 or higher
If you'd like to play around with the project on your local machine, start in your command line interface (BASH, Cmder, Terminal, etc):
- Clone this repository in your CLI.
git clone https://github.com/christopher-ward/storio.git
cd storio
- 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 in your browser