Coder Social home page Coder Social logo

collins-aerospace's Introduction

Installation:
1. Open visual studio/ or visual studio code
2. Clone the repository using the URL: https://github.com/AsadI10/Collins-Aerospace.git
4. once you have done that download xampp where you can host the project
5. Once you have followed those steps it's time to save the project on xampp and the folder called htdocs
6. Now you can run the project by typing localhost/name-of-the-folder/index.php
7. Install Node.js on your machine
8. Install SQLlite3 on your machine (and enable it in php.ini)

How to Install Node
Windows
1. Go to the Node.js website (https://nodejs.org/en/) and click on the "Download" button for the recommended version.
2. Run the downloaded installer.
3. Follow the prompts to complete the installation process.

MacOS
1. Go to the Node.js website (https://nodejs.org/en/) and click on the "Download" button for the recommended version.
2. Run the downloaded installer.
3. Follow the prompts to complete the installation process.

Linux
1. Open the terminal and enter the following command: sudo apt-get update
2. Then enter the following command: sudo apt-get install nodejs
3. Check if Node.js is installed correctly by entering the following command: node -v

How to Install SQLlite
Windows
1. Go to the SQLite download page (https://www.sqlite.org/download.html) and download the precompiled binaries for Windows.
2. Extract the files from the downloaded archive.
3. Open a command prompt and navigate to the directory where the SQLite files are located.
4. Run the command sqlite3 to start the SQLite command-line shell.

MacOS
1. Open a terminal window.
2. Install Homebrew (if you haven't already) by entering the following command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3. Install SQLite by entering the following command: brew install sqlite
4. Verify the installation by entering the command sqlite3 in the terminal.

Linux
1. Open a terminal window.
2. Run the command sudo apt-get update to update the package list.
3. Run the command sudo apt-get install sqlite3 to install SQLite.
4. Verify the installation by entering the command sqlite3 in the terminal.


How to login?
-To login use the credentials given to us from collins



collins-aerospace's People

Contributors

finnmx avatar asadi10 avatar james21190 avatar kamiljoseph avatar ikhan101 avatar

Stargazers

 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.