Skip to content

Commit

Permalink
Merge 26fc3c1 into 48120f4
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihuihuang1103 committed May 4, 2024
2 parents 48120f4 + 26fc3c1 commit 043f462
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 6 deletions.
52 changes: 48 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,54 @@
# Team Project repo
# TutorNYU


## Develop:
[![Build Status](https://app.travis-ci.com/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2.svg?branch=develop)](https://app.travis-ci.com/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2) [![Coverage Status](https://coveralls.io/repos/github/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2/badge.svg?branch=develop)](https://coveralls.io/github/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2?branch=develop)

App Integration url: [app-env.eba-ndymim3f.us-west-2.elasticbeanstalk.com](http://app-env.eba-ndymim3f.us-west-2.elasticbeanstalk.com/)

## Master:
[![Build Status](https://app.travis-ci.com/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2.svg?token=6HgZsGCnodk6i6zYsYKA&branch=master)](https://app.travis-ci.com/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2) [![Coverage Status](https://coveralls.io/repos/github/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2/badge.svg?branch=master)](https://coveralls.io/github/gcivil-nyu-org/INT2-Monday-Spring2024-Team-2?branch=master)

App Production url: [production-env.eba-t4ppput2.us-west-2.elasticbeanstalk.com](http://production-env.eba-t4ppput2.us-west-2.elasticbeanstalk.com/)
## Video Demo:
[![Video](https://img.youtube.com/vi/GXbiK17f5do/maxresdefault.jpg)](https://www.youtube.com/watch?v=GXbiK17f5do)


## Description:
TutorNYU is a web application designed to bridge the gap between students/parents seeking tutors and college students looking for part-time tutoring opportunities. TutorNYU enables users to find suitable tutors from NYU based on subjects, locations in NYC, budget, schedules and other preferences. TutorNYU facilitates both in-person and virtual tutoring, allowing users to schedule sessions based on tutor availability.

## Built With:
- Framework: Django
- Frontend: HTML/CSS, Javascript, Bootstrap
- Database: AWS RDS, PostgreSQL
- CI/CD: AWS Elastic Beanstalk, Travis CI, Coverage

## Main Features:
- User Register and login
- User Profiles
- Search and Filter Tutors
- Scheduling System
- Reviews and Ratings
- Private Messaging
- Community Forum
- Tutor Qualification
- Like/Favorite Tutors
- Video Streaming
- Live Chat Support

## Contributing:
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Contact:
Shihui Huang (sh4480@nyu.edu)
Theresa Van (ttv2006@nyu.edu)
Samkit Shah (ss17651@nyu.edu)
Henry Quan (hq2120@nyu.edu)
Ziyi Wang (zw3917@nyu.edu)
Wanli Ma (mc9980@nyu.edu)
4 changes: 2 additions & 2 deletions templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{% endblock %}
</header>
</div>
<script type="text/javascript">
{% comment %} <script type="text/javascript">
(function(d, m){
var kommunicateSettings =
{"appId":"19c756e0c7ace5a455fbae2e40e5f0995","popupWidget":true,"automaticChatOpenOnNavigation":true};
Expand All @@ -51,6 +51,6 @@
window.kommunicate = m; m._globals = kommunicateSettings;
})(document, window.kommunicate || {});
/* NOTE : Use web server to view HTML files as real-time update will not work if you directly open the HTML file in the browser. */
</script>
</script> {% endcomment %}
</body>
</html>

0 comments on commit 043f462

Please sign in to comment.