sn2606 / TravelLog

Social Network website for sharing travel experiences & travel micro-blogging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors MIT License LinkedIn Stars Forks


Logo

TravelLog

Social Network website for sharing travel experiences & travel micro-blogging.

· Report Bug ·

Table of Contents

  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

Product Name Screen Shot

product-screenshot

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  1. XAMPP
  2. IDE of choice - e.g. VSCode
  3. Web Browser of choice - e.g. Google Chrome

Installation

  1. Start XAMPP and open phpMyAdmin on browser.
  2. Create a new database for the project and name it "travellog"
  3. Import the Database
  4. Clone the repository in any folder and name folder as per choice.
    git clone git@github.com:sn2606/TravelLog.git your-folder-name
    
  5. Start XAMPP servers - Apache and MySQL
  6. Start PHP development server (at port of your choice) in Folder Directory via command line
     php -S localhost:5000
    
  7. Navigate to http://localhost:5000

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Swaranjana Nayak - @LinkedIn - swaranjananayak@gmail.com

Project Link: https://github.com/sn2606/TravelLog

About

Social Network website for sharing travel experiences & travel micro-blogging.

License:MIT License


Languages

Language:PHP 54.8%Language:CSS 36.6%Language:HTML 6.5%Language:JavaScript 2.1%