This is a project made by coding along with the instructor in a course on Udemy (The Web Development Bootcamp by Colt Steele). I made this project in 2018 but I never have the oportuniy to share it on GitHub... I was very bussy with college, and now at April 2020 to much spare time with the quarantine life.
JavaScript has changed since 2018, so the code is a little bit out of date, but the app still workig fine since today... and I using must of the principle I learned to build new projects. You can check the page working well on this link: https://quiet-dusk-57136.herokuapp.com/
This project is a litle bit complicated couse it has, Loggin, Logout, SignIn, authenthication and authoritation added. You can try it to get the full experience the web of the App.
-
BackEnd:
- Nodejs
- Moongose to interact with MongoDB
- Express and others useful package
-
ForntEnd:
- HTML and CSS
- Bootstrap (Another CSS Freamwork)
-
Database:
- MongoDB
For the deployment I use Heroku to host the webpage and MLab (MongoDB Altlas) to host the database.