Project Wayfarer is a city blog site that allows users to
- City carousel
- List of cities
- City info
- Images of city
- City information
- City blogs
- Blogs of the city
- Edit feature
- Delete feature
- City page
- City images
- User functionality through Express Sessions
- Login and signup pages
- User blog creation
- Adjust CSS for multiple screen sizes
- React
- HTML
- CSS
- Dotenv
- MVC
- Git/Github
- Express
- Mongoose
- Mongodb
- Dotenv
- REST
- Git/Github
-
REACT
- Our views pages are rendered with React.
-
MVC
- This project was organized under MVC practices in order to maximize efficiency in collaboration and legibility.
-
REST
- All routes in this project were produced with the REST convention in mind.
-
EXPRESS
- Through express we were able to route our website and our data.
-
MongoDB/Mongoose
- Using mongodb and the mongoose technologies we were able to render our list of cities and associated blog posts.