Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhathiyaprasad/nodejs-backend-development-blog
Simple CRUD Application implemented with Fetch API,Express & Mongodb POC - User can Creates Blog and Delete them
https://github.com/bhathiyaprasad/nodejs-backend-development-blog
blog crud-application nodejs
Last synced: 3 months ago
JSON representation
Simple CRUD Application implemented with Fetch API,Express & Mongodb POC - User can Creates Blog and Delete them
- Host: GitHub
- URL: https://github.com/bhathiyaprasad/nodejs-backend-development-blog
- Owner: BhathiyaPrasad
- Created: 2024-03-09T07:41:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T03:36:41.000Z (4 months ago)
- Last Synced: 2024-10-04T16:22:02.056Z (4 months ago)
- Topics: blog, crud-application, nodejs
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CRUD Application Implemented with Fetch API & Mongodb
### Libraries and Tools used
1 Front End
1. HTML
2. CSS
3. Javascript
2 BackEnd
1. Node js
2. Express
2. Javascript
3 Tools & Packages
1 ejs
2 express
3 lodash
4 mongoose
5 morgan
6 nodemon
4 Database
1 mongodb#### Setup Project in Your Local Machine
git clone https://github.com/BhathiyaPrasad/Backend-Development-Blog.git
#### Install assential FrameWorks and Libraries
npm install#### Run Locally with Nodemon
nodemon app
### Other Sources
## Contributing
If you would like to contribute to this project, please follow these steps:
1. Fork this repository to your own GitHub account.
2. Clone the forked repository to your local machine.
3. Create a new branch for your changes.
4. Make your changes and commit them to your branch.
5. Push your changes to your forked repository.
6. Create a pull request from your forked repository to this original repository.