← Projects

Enrollment

11/2022 - 01/2023

Tech Stack:

CSS
Flask
HTML
Javascript
MongoDB

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.

Flask

Brushing up on flask configuration and REST API

MongoDB setup

https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/

$ brew tap mongodb/brew
$ brew update
$ brew install mongodb-community@6.0

start MongoDB in the background

$ brew services start mongodb/brew/mongodb-community
$ mongosh
$ show dbs

Set up

Download MongoDB Compass Flask configuration with MongoEngine