๐ Pooling made easy. Submitted to MLH Hackthrob 2021.
Our inspiration was about difficulties we faced as students and travel was always a big challenge. So we created a platform where users can carpool with strangers. We took great precautions in hiding the personal data of our users until a two-way connection has been established.
- Clone the repo
- Create a directory
/server/config/
and addcc-ca.crt
from CockroachCluster. Also addid_rsa
in the same directory. - Create a
.env
in the/server/
directory and addDB_PASSWORD=<%DB_PASSWORD_HERE%>
- Run
in the root folder. The app will run on
yarn setup yarn dev
localhost:3000
We built this product using node.js, express, CockroachDB, and React for the frontend.
CockroachDB was the biggest challenge as it was new for us.
The biggest accomplishment is the app is fully functional, and ready to use. We deployed the app on Heroku and Render.com servers. We feel the UI/UX aspect of the app turned out well.
CockroachDB on Clusters, Project Management.
Chat and Mailing feature, notifications, mobile responsive layout, with PWA support.