A full stack JavaScript application for people who want to utilize some extra place they have.
- React.js
- Webpack 4
- Bootstrap 4
- Node.js
- PostgreSQL
- HTML5
- CSS3
- AWS EC2
- Google Map API
Try the application online! storio in live
- 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
- Node.js 10 or higher
- NPM 6 or higher
- PostgreSQL 10 or higher
-
Clone the repository.
git clone https://github.com/peterjhan88/storio cd storio
-
Install all dependencies with NPM.
npm install
-
Start PostgreSQL and Import the example database to PostgreSQL.
sudo service postgresql start npm run db:import
-
Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.
npm run dev