Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.