简体   繁体   中英

Designing a social networking site

I do not have a software development background yet I have developed an application for android based phones and tablets that can aid in Lecture Noting. Using this application, users can take lectures on their tablets and store them in it. My next task, after developing the application, is to develop a simple social networking site in which different users can upload their lectures and users that are friend of each other can share thier lectures and comments on it. The lectures are to be uploaded directly from my application in android device on the social networking site categorized by that particular user.

Since I have never worked on website development, I would like to know the beginning point ie what topics should I start studying....which database to use for this task...how to integrate this database with the website...etc

The list of things you'll need to know is a lot longer than merely picking a database:

  1. HTTP
  2. HTML, CSS, JavaScript for clients
  3. SQL and relational databases

This isn't a trivial task even if you already have a s'ware development background.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM