Skip to content

abhishekbadjatya/fastQuiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastQuiz

To set up the project make sure that composer and node are installed on your system globally. Also make sure you have valid mysql and apache servers installation.

Run the setup.sh file

bash ./setup.sh

Edit the following configurations according to your system -

  • baseUrl in user/app/constants/urlConstants.js to <server_name>/<project_name>/api/services/public.

  • Create a DB. Change DB_DATABASE, DB_USERNAME, DB_PASSWORD in .env accordingly. The file is located at /api/services

Run the database.sh file for migration and seeding.

bash ./database.sh

To run environment -

$ cd user
$ npm run dev

and open http://localhost:8080/public/#/login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 79.7%
  • PHP 15.4%
  • JavaScript 4.7%
  • CSS 0.1%
  • Shell 0.1%
  • Vue 0.0%