A website to connect people love backpacking. You can post a trip, introduce somewhere you want to go and find someone want to go with you. Or find help from someone
- Ruby On Rails (Backend)
- ReactJS (frontend)
- Postgresql (database)
- Redis to cache session and query
- Fork it! (maybe and start it ^^)
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request to develop branch :D
Make sure you install yarn
and install all package dependent
yarn install
Run
bin/server
Open your browser: localhost:3000