Git Product home page Git Product logo

beachgoers.'s Introduction

HOW-TO contribute

  1. For each new feature a new dedicated branch must be created.

EXAMPLE: feature-auth for everything that reconnects to
the authentication part of the project

  1. If the feature is complete and tested it is possible to merge it with the main branch.

  2. It is also suggested to create sub-features in order to make the git flow more modular.

EXAMPLE: feature-auth could be divided in feature-auth-login and feature-auth-signup.

HOW-TO run

  1. To run the whole project you must download and setup xampp, then you'll have to locate your project folder inside xampp's htdocs folder.

NOTE: remember to locate there not just the project folder, but the git project too.

  1. Run xampp on your device: ./xampp start.

NOTE: it might require root permissions, in that case write your device's root user credentials.

  1. Open firefox, since we don't use a js framework that manages cross-browser compatibility it is better to stick to the same browser, and go to url: localhost

NOTE: from there it is possible to manage and see the website.
Useful xampp urls: localhost/phpmyadmin, localhost/phpinfo, localhost/<project-folder-name>

  1. In case you haven't created and populated the db just go to localhost/phpmyadmin:

    • paste db_create.sql into the SQL query editor;
    • then proceed in the same manner for db_populate.sql.
  2. When you've finished power off xampp with the command: ./xampp stop.

NOTE: it might require root permissions, just like at the start.

Beachgoers

A beachful social media platform made using LAMPP stack.

beachgoers.'s People

Contributors

daze0 avatar alma-pandolfi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.