Skip to content

33kumarram/BlogAppBackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogApp Back-End

License

Table Of Content

GitHub repo size

GitHub top language

Description

This is the backend code for a simple blog application, built using Node.js, Express.js, and MongoDB. This branch contains the latest stable version of the code.

Installation

Getting Started To get started with this repository, first clone it onto your local machine:

git clone https://github.com/33kumarram/BlogAppBackEnd.git

Next, navigate into the cloned repository and install any dependencies:

cd BlogAppBackEnd

npm install

You will also need to create a .env file in the root of the project directory, containing the following environment variables:

MONGODB_URI= your MongoDB connection string

JWT_SECRET=a secret key for JSON Web Token (JWT) encryption

APP_URL = Your backend url

PORT

Finally, start the server:

npm start

The server should now be running on port mentioned in the .env file

BlogApp Back-End is built with the following tools and libraries:

  • Express Js
  • Node Js
  • Mongo DB

Contribution

If you would like to contribute to this repository, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes and commit them with descriptive commit messages
  4. Push your changes to your forked repository
  5. Open a pull request to merge your changes into the master branch

GitHub

33kumarram

Contact

Feel free to reach out to me on my email: rk3790690@gmail.com

License

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published