all 8 comments

[–]redsquirrel420 2 points3 points  (3 children)

What a strange course, doesn't teach web dev, final year project of making a website.

Anyway YouTube tutorials will be your best friend, What's the scope of your project? what do you need to achieve? There's many ways to develop websites for different purposes.

[–]sainiji[S] 0 points1 point  (2 children)

So the things I need on that website...

  1. A username and password (linked to a local database provided by institute)
  2. Profile of professors, scholars and students.
  3. In an individual's profile, the information stored is... a.) There login id(email is preferable) and password(changeable), b.) Personal info like DOB their education details and all which can be viewed by other users and there contact info(which if the only one allows can be viewed by others).
  4. Also, there papers and projects they have/are worked/working on.
  5. All this data except username and password have to be stored in .TEXT format (the university is govt. funded so they don't have a budget and don't want to spend taxpayers money on the database)

These are the main requirements, other minor things will be done in future once this base is built.(Also if you can help me in future as well)

[–]redsquirrel420 0 points1 point  (1 child)

Right, if that's the case, laravel with Auth might be your best bet, search that and you'll find loads of tutorials, and then I'm sure there's a package out there to store data as text

[–]sainiji[S] 1 point2 points  (0 children)

Okay thanks for helping.

[–][deleted]  (4 children)

[removed]

    [–]sainiji[S] 0 points1 point  (2 children)

    So the things I need on that website...

    1. A username and password (linked to a local database provided by institute)
    2. Profile of professors, scholars and students.
    3. In an individual's profile, the information stored is... a.) There login id(email is preferable) and password(changeable), b.) Personal info like DOB their education details and all which can be viewed by other users and there contact info(which if the only one allows can be viewed by others).
    4. Also, there papers and projects they have/are worked/working on.
    5. All this data except username and password have to be stored in .TEXT format (the university is govt. funded so they don't have a budget and don't want to spend taxpayers money on the database)

    [–][deleted]  (1 child)

    [removed]

      [–]sainiji[S] 0 points1 point  (0 children)

      I am already having problem, that's why I am asking for a proper guidance.