Skip to content

Interview Voyage is a blog-like application where users can share their interview experiences.

Notifications You must be signed in to change notification settings

jenisesc/Interview-Voyage

 
 

Repository files navigation

Interview Voyage is a blog-like application where users can share their interview experiences.

Tech Stack :

React Node.js mongoDB Express Postman

Installation

To get started with Interview Voyage, follow these steps:

  1. Clone the repository:

    git clone https://github.com/r6654kumar/Interview-Voyage.git
    cd Interview-Voyage
    
  2. Install dependencies: For the backend

    cd backend
    npm install
    

    For the frontend

    cd ../frontend
    npm install
    

Running the Application

  1. Set up environment variables: Create a .env file in the backend directory with the following content:
    PORT=5000
    MONGODBURL=your_mongodb_connection_string
    secret=your_jwt_secret
    
  2. Start the backend server:
    cd backend
    npm run dev
    
  3. Run the frontend
    cd frontend
    npm start
    

The application will be available at http://localhost:3000.

Contributing

To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

About

Interview Voyage is a blog-like application where users can share their interview experiences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • CSS 11.6%
  • HTML 5.9%