Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.93 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.93 KB

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

                    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />

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.