An open API service indexing awesome lists of open source software.

https://github.com/jagthefriend/express-blog

A simple blog built with ExpressJS
https://github.com/jagthefriend/express-blog

express express-blog expressjs markdown-support typescript typescript-express

Last synced: about 2 months ago
JSON representation

A simple blog built with ExpressJS

Awesome Lists containing this project

README

          

# Express Blog

A simple blog built with ejs and express,\
where the user could:

- make a new post
- edit posts
- delete posts
- use markdown

Run: `npm install` to download all the dependencies,\
then run: `npm start` to start the project and\
visit [http://localhost:3000](http://localhost:3000) to view it in the browser