Skip to content

Instantly share code, notes, and snippets.

@hiteshaggarwal
Last active February 21, 2022 10:18
Show Gist options
  • Save hiteshaggarwal/28432b9e8116e48789cf7bbfe36ca517 to your computer and use it in GitHub Desktop.
Save hiteshaggarwal/28432b9e8116e48789cf7bbfe36ca517 to your computer and use it in GitHub Desktop.

Repositories

Idoraa Website: (Static Content on Laravel) https://github.com/hiteshaggarwal/Idoraa-Website

Idoraa Admin + Api: (Laravel) https://github.com/hiteshaggarwal/Idoraa

Idoraa WebApp: (React Native + ReactJS) https://github.com/hiteshaggarwal/Idoraa-WebApp

Idoraa WebApp V2: (ReactJS)

https://github.com/hiteshaggarwal/Idoraa-WebAppV2

Idoraa Mobile App: (React Native with Expo) https://github.com/hiteshaggarwal/Idoraa-App

Installation

  1. Clone the repos Idoraa, Idoraa-WebApp, Idoraa-WebAppV2, Idoraa-App in same directory.
  2. Run cd Idoraa
  3. Run npm install and composer install to install dependencies. PHP version should be 7.4
  4. Copy the shared .env.idoraa file and modify the database details
  5. Run php artisan migrate
  6. Run php artisan passport:install
  7. Run php artisan idoraa:migrate
  8. Run php artisan idoraa:install
  9. For tailwindcss run npm run watch for dev and npm run prod for production
  10. Serve with php artisan serve
  11. http://127.0.0.1:8000 for frontend and http://127.0.0.1:8000/admin for admin
  12. On localhost otp 1234 is wildcard
  13. Sample admin login 9650320189 otp 1234
  14. Sample employee login 9650320189 otp 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment