Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 740 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 740 Bytes

Anecdotal

This is an CRUD app for sharing Anecdotes / short stories.

Link to project: https://anecdotalnode.herokuapp.com/

alt tag

How It's Made:

Tech used: Express, Mongodb

Why was this stack chosen?

Node is a pretty lightweight server choice and can be spun up fairly easily. We needed a backend that could easily implement CRUD functionality based on the input of the user and the ability to dynamically render the stories. By using Express' built in middleware architecture we could cleanly write fallbacks and we can access the data seasmlessly using Mongodb.

Lessons Learned:

Learnt the use of Express, Mongodb & Heroku, makes building and deploying CRUD apps very easy