Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tope19/news_board_api
Built with Laravel and Laravel Sail NOTE: Please Make sure your Docker is up and running before you run this project. clone the repo git clone https://github.com/Tope19/news_board_api.git cd into the project root folder run php artisan sail:install To install the dependencies run composer install Run the server ./vendor/bin/sail up Migrate the database ./vendor/bin/sail artisan migrate To run the recurring job running once a day to reset post upvote ./vendor/bin/sail artisan schedule:run Postman Collection Link: https://www.getpostman.com/collections/9be475d77d4a58421586 Deployment Link: http://s.jobogmegaclean.com/api
https://github.com/tope19/news_board_api
docker laravel9
Last synced: about 15 hours ago
JSON representation
Built with Laravel and Laravel Sail NOTE: Please Make sure your Docker is up and running before you run this project. clone the repo git clone https://github.com/Tope19/news_board_api.git cd into the project root folder run php artisan sail:install To install the dependencies run composer install Run the server ./vendor/bin/sail up Migrate the database ./vendor/bin/sail artisan migrate To run the recurring job running once a day to reset post upvote ./vendor/bin/sail artisan schedule:run Postman Collection Link: https://www.getpostman.com/collections/9be475d77d4a58421586 Deployment Link: http://s.jobogmegaclean.com/api
- Host: GitHub
- URL: https://github.com/tope19/news_board_api
- Owner: Tope19
- Created: 2022-04-27T16:47:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T00:54:55.000Z (over 2 years ago)
- Last Synced: 2024-04-23T16:22:34.043Z (7 months ago)
- Topics: docker, laravel9
- Language: PHP
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News Board Api
Built with Laravel and Laravel SailNOTE: Please Make sure your Docker is up and running before you run this project.
1. clone the repo `git clone https://github.com/Tope19/news_board_api.git`
2. cd into the project root folder
3. run `php artisan sail:install`
4. To install the dependencies run `composer install`
5. Run the server `./vendor/bin/sail up`
6. Migrate the database `./vendor/bin/sail artisan migrate`
7. To run the recurring job running once a day to reset post upvote `./vendor/bin/sail artisan schedule:run`Postman Collection Link: https://www.getpostman.com/collections/9be475d77d4a58421586
Deployment Link: http://s.jobogmegaclean.com/api
***
Cheers
### Tope Olotu