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
- Host: GitHub
- URL: https://github.com/jagthefriend/express-blog
- Owner: JagTheFriend
- License: agpl-3.0
- Created: 2021-11-24T15:45:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T08:45:59.000Z (over 4 years ago)
- Last Synced: 2025-06-14T15:02:21.863Z (12 months ago)
- Topics: express, express-blog, expressjs, markdown-support, typescript, typescript-express
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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