Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 503 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 503 Bytes

simple-express-server

Here I used EJS, Mongo DB, Express, and Node to make a full stack app for 21 savage fans to post their favorite lyrics

How It's Made:

Tech used: HTML, CSS, JavaScript, EJS, Mongo DB, Express, and Node

I used an express server on top of Node, with routes to each of my EJS templates and forms. I connected to Mondo DB with Mongoose and there I store the entries fans post on the site.

Lessons Learned:

It was a great learning experience using Express and Mongo DB