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.
- Users can create account by providing respective credentials.
- Create New article.
- Read the created articles.
- Editing the articles.
- Delete articles
- Express.js
- MongoDB
- JWT
- EJS
- Install Node.js and all dependencies
- connect the application to the MongoDB
-
Clone the repository
-
Install all dependencies
npm i
-
Replace the MONGOURI with your connection string
-
start the server
npm start
-
Open the browser and navigate to http://localhost:3000 to access the application
contributions are welcome.Feel Free to submit issues or pull requests