Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guusdias/blog-node
This is a blog project made for node practicing.
https://github.com/guusdias/blog-node
body-parser ejs express lodash node
Last synced: about 1 month ago
JSON representation
This is a blog project made for node practicing.
- Host: GitHub
- URL: https://github.com/guusdias/blog-node
- Owner: guusdias
- License: mit
- Created: 2023-05-29T22:02:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-11T11:41:25.000Z (over 1 year ago)
- Last Synced: 2023-12-08T21:25:38.316Z (about 1 year ago)
- Topics: body-parser, ejs, express, lodash, node
- Language: EJS
- Homepage: https://blog-node-rho.vercel.app
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Journal Blog in Node ☄️
## This is a blog project made for node practicing.After runinng the command `npm install` in your computer, running the command line `node app` and opening the `http://localhost:7000` at your navigator you'll be possible to see the the blog working.
## Hidden Page
There's a function at the website where you can post all the articles you wish, but for that, you'll need to put this path at the URL.```bash
/compose
```
![Captura de tela 2023-06-11 081221](https://github.com/gustapine/blog-node/assets/90855105/f1de5a5d-5ff5-4e11-b3ce-5c596cc95521)