Skip to content

raghav-97/blog-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Site

A simple blog site made using Javascript, EJS which allows user to add/delete/edit their blogs. I made this while learning about 'How to build your own APIs'

This project uses following methods ->

  1. GET
  2. POST
  3. PATCH
  4. DELETE

Installation

Prerequisites

Steps

  1. Fork the Repository

  2. Clone the repository:

    git clone https://github.com/your-username/Finlytic
    cd simple-portfolio-tracker
    
  3. Install Dependencies

    npm i or npm install
    
  4. Run the server.js

    node server.js
    
  5. Run the index.js file

    node index.js
    

    If you are using Nodemon so simply use the following command

    nodemon server.js
    nodemon index.js
    
  6. Open http://localhost:3000 for site. Server will be running on http://localhost:4000

Contact

For questions or feedback, feel free to reach out:

Email: [email protected] GitHub: raghav-97