Coder Social home page Coder Social logo

alumnirecords's Introduction

Alumni Records

This system has the following stack:

  • No frontend framework
  • Bootstrap for styling
  • Laravel PHP as backend

Requirements

Step-by-step Guide

  • Open the terminal at laragon's C:/laragon/www xampp's C:/xampp/htdocs folder
  • Clone this repository using gh repo clone blastenzo1/AlumniRecords
  • Open the repository using cd AlumniRecords
  • Download the PHP dependencies: composer install --dev
  • Copy the .env.example to .env in the same directory
  • Edit the .env file and fill up database credentials
  • Generate the app key: `php artisan key:generate
  • Before running migration: if using xampp or laragon ensure mysql and apache are active
  • Run database migrations: php artisan migrate
  • Download the JS dependencies: npm install -D

Windows

  • Run the application: php artisan serve
  • Open the application using localhost or http://127.0.0.1:8000

How to Git

Create and Switch Branch

  • To create a new branch git branch -b <new-name>
  • To switch to new branch git checkout <new-name> or git switch <new-name>

Merge Branches

  • To merge a branch (e.g., <other-branch>) into main:
    1. Switch to the main branch: git switch main
    2. Merge the other branch: git merge --no-ff <other-branch>

Add, Commit, and Push

  • Add changes to the staging area: git add . (adds all changes)
  • Commit changes with a meaningful message: git commit -m "<your commit message>"
  • Push changes to a branch: git push origin <your-branch>
    • If tracking is set up: git push

Pulling Changes

  • To fetch and merge changes from the remote: git pull
    • For a cleaner history: git pull --rebase

VsCode Github

  • If you do not like to use the terminal, just use th source control provided in the sidebar of github, it looks like three nodes.

alumnirecords's People

Contributors

geromejangj avatar godoin avatar blastenzo1 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.