Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.
/ fastuga Public archive

[03/01-DAD] SPA Web Application to manage a restaurant.

License

Notifications You must be signed in to change notification settings

Achinkad/fastuga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastuga Project

[03/01-DAD] SAP Web Application to manage a restaurant.

Dependecies

Make sure that your system has the following dependecies installed.

  • npm / nodejs
  • php >= 8.0
  • mysql / mariadb
  • composer

Installation

Follow this steps to make an installation of this project in your system.

$ git clone https://github.com/joseareia/fastuga

Next, with Apache or Nginx, create a web server to support the Laravel API.

Note: If you're running Windows you can use Laragon or Docker + Sail to set up the Laravel API.

Usage

After a successful Nginx/Apache configuration in your system you can now access your Laravel API throught the server name of your choice.

To set up the client, run the following.

$ cd fastuga-client
$ npm install
$ npm run dev

Now, you can develop and make changes in this project.

Note: In order to access to the Laravel API (Database), make sure to copy the file .env.example to .env and make the necessary changes (e.g. DB_DATABASE, DB_USERNAME, DB_PASSWORD).

Finally, run npm run build to make a final version of the project.

License

This project is under the GPL-3.0 license.

About

[03/01-DAD] SPA Web Application to manage a restaurant.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •