Description: A website for enrolling classes with login and register feature
This was a project that I learned about how to integrate frontend with Flask and Mongo.
Brushing up on flask configuration and REST API
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/
$ brew tap mongodb/brew
$ brew update
$ brew install mongodb-community@6.0
$ brew services start mongodb/brew/mongodb-community
$ mongosh
$ show dbs
Download MongoDB Compass Flask configuration with MongoEngine