Skip to content

Rizvi-Faiz/Travelling-Postman

Repository files navigation

Travelling Postman

🛠 Getting Started

Step 1: Fork and Clone the Repository

  1. Fork the repository on GitHub.

  2. Clone the repository to your local machine:

    git clone <repository-url>

    Replace <repository-url> with the URL of your forked repository.

  3. Navigate to the project directory:

    cd travelling-postman

Step 2: Set Up the Environment File

  1. Create a .env file in the root directory of the project:

    touch .env
  2. Add the following environment variables to the .env file:

    DB_NAME =
    JWT_SECRET =
    DATABASE_URL =

Step 3: Install Dependencies

  1. Install the required packages:
    npm install

🚀 Running the Project

  1. Start the development server:

    npm run dev
  2. Open your browser and visit:

    http://localhost:3000
    

📤 Contributing and Pushing Changes

  1. After making changes to the code, stage them:

    git add .
  2. Commit the changes:

    git commit -m "Your commit message here"
  3. Push the changes to your GitHub repository:

    git push origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published