Skip to content

system is all about enrollment of students of their subjects,

Notifications You must be signed in to change notification settings

juswaa101/student-enrollment

Repository files navigation

How to install the project

Admin Account


1. Clone the repository by typing in your terminal:
  1. Make Sure You Have Composer Installed, Php, Node/NPM to run this project, if you dont have one click the link below to install.
  1. Open the project in any preferred ide and open terminal within the project.

  2. Rename .env-example to .env and then open the env file.

  3. Generate a key to your application using the command php artisan key:generate.

  4. Configure your mail provider (mailtrap, mailgun, gmail) in env.

  5. Run php artisan config:clear and php artisan config:clear to update the env file.

  6. Run composer install to install the composer dependencies in the project and wait for it to finish.

  7. Run npm install to install npm dependencies in the project and wait for it to finish.

  8. After installing both composer and npm, run the project by typing php artisan serve and npm run dev.

  9. Run php artisan migrate --seed (it has some seeded data for your testing) together with admin account.

  10. Open browser and type localhost:8000

  • Note: If error occured, try to delete this file under bootstrap/cache/config.php and then go to terminal and type php artisan config:cache, and run again

About

system is all about enrollment of students of their subjects,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages