UTDNebula / survival-guide

UTD Survival Guide is a guide to being a college student and making the most of your time at UT Dallas and after graduation.
https://guide.utdnebula.com
MIT License
10 stars 0 forks source link

[Internal] Implement cms #45

Open thomas944 opened 1 year ago

thomas944 commented 1 year ago

Overview

Adding express server and routes for endpoints and connect to database

Proposal

Need to first create server, will be using express Then create schemas for datatypes Then need to pick database and connect to it, will be using mongodb Then need to create get, post, put, delete endpoint to interact with db Then need to create routes