Skip to content

Simple CR application with angular1.x UI and laravel5.7 backend using MongoDB as database

License

Notifications You must be signed in to change notification settings

shubhanilBag/laravelmongodemo

Repository files navigation

Laravel - AngularJS - MongoDB DEMO

Docker Image

https://hub.docker.com/r/shubhanilbag/laravelmongodemo

Use Without Docker

  • Rename .env.prod to .env
  • Append these at the end of the file DB_DSN=<MONGODB_CONNECTION_URL> DB_DATABASE=<MONGODB_DATABASE>
  • run composer install
  • run php artisan migrate
  • run php artisan serve

php7-mongo driver is required to be installed

Running as container

DB_DSN and DB_DATABASE environment variables need to be passed at runtime

About

Simple CR application with angular1.x UI and laravel5.7 backend using MongoDB as database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages