Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhoyax/blog-api
Blog API
https://github.com/jhoyax/blog-api
api laravel
Last synced: about 1 month ago
JSON representation
Blog API
- Host: GitHub
- URL: https://github.com/jhoyax/blog-api
- Owner: jhoyax
- Created: 2019-12-07T04:24:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:29:32.000Z (about 2 years ago)
- Last Synced: 2023-03-03T14:26:43.825Z (almost 2 years ago)
- Topics: api, laravel
- Language: PHP
- Homepage:
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Forked from [ligph.com / backend-exam](https://gitlab.com/ligph.com/backend-exam)
in this [repository](https://gitlab.com/jhoyax/backend-exam)------------------
Examination Rules:
- You can use any php framework and/or library you like
- You can bring your own laptop or use provided MacBook Air
- Use of internet is allowed
- Asking for help is not allowed
- Exam time is 3 hours, submitting early will earn bonus pointsSteps:
- Read API documentation here (https://documenter.getpostman.com/view/78990/RznLHGgv)
- Fork frontend application here (https://gitlab.com/ligph.com/backend-exam) to your repository
- Put your files in the `/api` folder
- Implement requested API endpoints
- Run your api server in http://localhost:8000
- Run the FE server using `npm i` and `npm start`. It will automatically open in http://localhost:3000
- Push your changes to your repository
- Submit pull request to the main repository masterScoring:
Scoring is based on:
- Completeness
- Technology used
- Coding style
Bonus:
- Time spent
- Migration
- Development Env
- Readme
- Git knowledge