Skip to content

daee-kang/TIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIL (Today I learned)

A MERN web-app code notebook https://daeekang-til.netlify.app/ API is hosted on AWS lambda so there is a bit of a cold start load time

Deployed on netlify and aws lambda

Basically a recreation of VuePress entirely in React.

what is this??????????

Take notes in markdown, that's it B-) Markdown text is saved in a mongodb database and when fetched, is parsed and compiled into html with marked.js. When creating subheaders in markdown, the website will automatically parse and add the subheader as a link to the sidebar and search engine. is cool man

Inspired by : https://github.com/milooy/TIL

Instead of hosting data through saving in the repository, I wanted to have it run through a database for ease.

how to run this???????????????????????????????????

The root directory will need a .env file containing:

both: npm start in the root directory -> backend npm start in the client directory -> frontend

About

📚 the wiki to my brain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published