0% found this document useful (0 votes)
14 views2 pages

Developer Internship

Uploaded by

tenshkumarkkt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Developer Internship

Uploaded by

tenshkumarkkt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Internship

Problem Statement :
Create a signup page where a user can register and a
login page to log in with the details provided during
registration

Successful login should redirect to a profile page which


should contain additional details such as age, dob,
contact, etc, The user can update

Flow : Register > Login > Profile

Points to remember :

● HTML, JS, CSS, and PHP code should be in separate files none
of the code must co-exist in the same file.
● Only use Jquery AJAX for interacting with the backend (strictly
no usage of form submission).
● CSS can be used but the form must be designed in bootstrap in
order to maintain page responsiveness.
● Use MySql for storing the registered data and MongoDB for
Storing the details of the user profiles
● In MySQL always use Prepared Statements, with no usage of
simple SQL statements.
● The login session should be maintained only using browser
localstorage (Do not use PHP Session)
● Use Redis to store the session information in the backend.

Note : If any of the points is not followed the internship application might be rejected
Folder Structure :

Tech Stack to be used:

● HTML
● CSS
● JS
● PHP
● Redis
● Mongo
● Mysql

Submission :

Once you completed the task submit here

Note : If any of the points is not followed the internship application might be rejected

You might also like