Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
czarniek committed Apr 29, 2020
1 parent 280f03e commit aef93a1e1cef05c49399c9d970bbc75e64efa0a4
Showing 1 changed file with 6 additions and 2 deletions.
@@ -1,6 +1,6 @@
FILE SHARING WEBSITE PROJECT
# FILE SHARING WEBSITE PROJECT

As our fourth project at the university, my team was presented with a task to develop a File Sharing website using HTML and CSS, with a heavy emphasis on JavaScript, Node.js and relational databases(SQL).
As our fourth project at the university, my team was presented with a task to develop a File Sharing website using HTML and CSS, with a heavy emphasis on JavaScript, Node.js and relational databases(SQL). Its main goal was to allow user to upload a file to our server, generate download link and then e-mail it to a friend, so that he/she can download the file. The file was to expire after being downloaded or after a few days.

My contributions to the project were:
- Leading the team and regularly organizing our work according to Agile (Scrum) methodology.
@@ -9,3 +9,7 @@ My contributions to the project were:
- Presenting the final product.

The project proved to be a success as all team members showed great effort and good spirit. I was ableto further develop my programming skills, with the most notable improvements in databases andacceptance and unit testing. I’m also glad I volunteered to be a leader as it was a new challenge for me,one I really enjoyed too, because I learned a lot about myself and now, I know I’ll be looking for more opportunities to grow in this area.

## Main page that lists user's files:
![Alt text](/testingFiles/main.png?raw=true "Main Page")

0 comments on commit aef93a1

Please sign in to comment.