A social media style app designed specifically with travel lovers in mind!
Share pictures from your travels, like and comment on others.
One of the first things I would optimize is the UX/UI of individual posts, along with the comments functions. I would also implement ability to bookmark posts for easy access to them later.
I learned how to implement bootstrap css framework for design.
- Clone repo
- run
npm install
- update DATABASE_URL in config/database
- run
node server.js
- Navigate to
localhost:2143
- Create a
.env
file in config folder and add the following askey = value
- PORT = 3254 (can be any port example: 3000)
- DB_STRING =
your database URI
- CLOUD_NAME =
your cloudinary cloud name
- API_KEY =
your cloudinary api key
- API_SECRET =
your cloudinary api secret
npm start