myflix
Project description:
I created this app as part of the CareerFoundry bootcamp for practice with MongoDB, Express.js, React.js, and Node.js. It is a simplified version of IMDb. The user can create an account, log in, view movies, create a list of favorites, and edit their profile.
Links:
Check out the app yourself! | GitHub(client) | GitHub(server)
Technology:
Server-side: RESTful API created with JavaScript, Node.js, Express, and MongoDB. The API is hosted on Heroku, and the MongoDB database is managed through MongoDB Atlas.
Client-side: Single-page application (SPA) built with React and React Bootstrap using Javascript.