Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navaneeth-21/blog_app
A simple Blog_App that can create,read and edit articles . This Application uses Express.js , mongoDB .It also uses JWT for authentication
https://github.com/navaneeth-21/blog_app
Last synced: about 1 month ago
JSON representation
A simple Blog_App that can create,read and edit articles . This Application uses Express.js , mongoDB .It also uses JWT for authentication
- Host: GitHub
- URL: https://github.com/navaneeth-21/blog_app
- Owner: Navaneeth-21
- License: mit
- Created: 2024-03-28T17:26:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:31:42.000Z (4 months ago)
- Last Synced: 2024-09-17T21:56:17.458Z (4 months ago)
- Language: EJS
- Homepage:
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog_App
A simple Blog Application that can be used to create and store your articles.
- Users can create and edit their respective article. Each article consists of title,Description and markdown.
- This Project uses Node.js(express.js) , MongoDB and JWT(jsonwebtokens) for authentication.
- It consists of EJS files to run the html files dynamically.## Features
- Users can create account by providing respective credentials.
- Create New article.
- Read the created articles.
- Editing the articles.
- Delete articles## Technologies used
- Express.js
- MongoDB
- JWT
- EJS## Getting Started
### Prerequisites
- Install Node.js and all dependencies
- connect the application to the MongoDB### Installation
1. Clone the repository
2. Install all dependenciesnpm i
3. Replace the MONGOURI with your connection string
4. start the servernpm start
5. Open the browser and navigate to http://localhost:3000 to access the application## Contributions
contributions are welcome.Feel Free to submit issues or pull requests