INTERNSHIP TASKS
Glad to meet you here. In this page, you can navigate between the different tasks of your internship.
Backend Developer
Develop backend services, connect with databases, and implement APIs that power the frontend applications.
PHP & LaravelJavaScript & Expressor any tech stack
1: Create a Personal Blog API
In this task, you need to build an API that handles CRUD operations for articles of a single blogger.
2: Implement Authentication
In this task, you need to use any template engine to create a website of 3 pages (login, signup, and profile), where user can create a new account, login to an existing account, and view his username and email in profile page.
3: Create a Proxy Server
In this task, you need to create a proxy server, that can recieve request_url, headers and body from the client, handle the API request, and give the response data back to the client.