GithubHelp home page GithubHelp logo

ven-github / online-ordering-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 9.25 MB

Home Page: https://online-ordering-system.onrender.com/

JavaScript 6.95% PHP 92.14% CSS 0.07% Vue 0.38% Blade 0.45%
laravel tailwindcss vue

online-ordering-system's Introduction

Online Ordering System with Inventory Management for Furniture Company

Capstone Project.

Tech Stack

Client: Vue 3, Vue Router, Pinia, TailwindCSS

Server: Laravel 10

Installation

Prerequisite

Run Locally

Clone the project

  git clone https://github.com/VEN-github/online-ordering-system.git

Go to the project directory

  cd online-ordering-system

Copy the .env.example and named it .env.

This contains the environment variables such as application name, database connection, and url.

  cp .env.example .env

Create database.

You may create the database by any method that you prefer. You can use http://localhost/phpmyadmin to create your database.

Install composer packages.

  composer install

Install dependencies

  npm install

Generate application key.

  php artisan key:generate

Create a symbolic link to access storage static files from public.

  php artisan storage:link

Migrate database/migrations files and run database/seeders as well.

  php artisan migrate --seed

Start the server

  npm run dev

Routes

To access the admin panel, you must go to the admin subdomain localhost:8000/admin. This will redirect to login page if you have not started any session yet. Here is the admin credentials provided by the seeder:

Email: [email protected]
Password: admin

online-ordering-system's People

Contributors

ven-github avatar

Stargazers

jadesoriano avatar

Watchers

 avatar

Forkers

jade-creator

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.