Skip to main content

University Events Portal

TAMUC Events Portal: 

Description
In this web application, students can create events for a scheduled time and venue and attend the events. Also, students can edit and delete the events as well.

These are the following Technologies used to develop this application: 
  • Text Editor ( Visual Studio Code )
  • MongoDB
  • mLab
  • JQuery
  • AJAX
  • NPM
  • Node JS
  • GIT Shell
Deployed this application in MongoDB Server provided my mLab. Wrote commands in GIT shell in order to access the MongoDB Server.

When we issue the com­mand $ npm start from the root direc­tory of our nodejs project, node will look for a scripts object in ourpackage.json file. If found, it will look for a script with the key start and run the com­mand spec­i­fied as its value.


A database which we create in mLab


Output: 

Provided users to sign up using the 'create an account' feature in the application as shown below. 


Figure-1: Home page of the Portal
All the Events as displayed in this page. Every page in this application is routed to its particular URL. 


Figure-2: Events list on the Portal
When a user clicks on the 'Learn More' button for an Event further more information on that particular event is displayed to the user as shown below. 


Figure-3: Events view
When you click on the 'Add Event' tab at the top this page gets displayed. It redirects to this page which enables user to add an event i.e., posting the event to the Server. 


Figure-4: Adding an event to Portal
In order to make my application more user friendly, I provided the Edit and Delete functionality for the events. It would be very easy for a user to just click on the respective buttons to edit / delete.


Figure-5: Edit and Delete options for the events

Comments

  1. We develop food and grocery delivery app development
    Get a Readymade Food Delivery app at low cost. sv soft solutions offer the ready-made mobile app solution for food stores.
    Quality Work. Quick Delivery. Affordable Packages. Highly Experienced Team.
    Types: App Design & Development, eCommerce App Development. We provide Customized zomato clone
    which is optimized and mobile native on Android and IOS Operating System, have unique User Interface which is easy to...
    zomato clone app can increase the visibility of restaurants showering greater profits for your food delivery business.
    Zomato clone script is a leading-edge food delivery solution that enables entrepreneurs to launch their own on-demand food delivery app like Zomato, Swiggy, ..
    Zomato clone is a readymade script with 100% customizable options for a robust on-demand food delivery app. Launch one today.
    Launch App Like Zo Mato w/ Best Zo Mato Clone App Development. Sign Up to Get Free Demo. Fully Customized Food Delivery Apps with w/ Advanced Admin Dashboard
    Like Zo...
    zomato clone app can increase the visibility of restaurants showering greater profits for your food delivery business. Become a leading giant in the food ...

    ReplyDelete

Post a Comment

Popular posts from this blog

Ride Buddy, a Carpooling mobile application for Android users

Our motto: “Get or give a ride just a click away” inspired us to build “RIDE BUDDY”, a real-time carpooling and ride sharing mobile application. There are many universities where the students face a common problem of commuting to their desired location, as many of them cannot afford to rent or have their own car. Most of the universities do not have public transportation, cab facilities like “Uber” and “Lyft”, which should be treated as a major problem.                  This application will ease the commuting problems of all students. “Ride Buddy” would not only serve students who need a ride but will also allow students who have cars to help others. A student who has a car and willing to give a ride can post that he/she is going to a particular destination at a particular time, a student who needs a ride can look in to the different rides available and pick one contact that student who is giving a ride . A student can request a ride to a particular place and time. Download Rid

Data Analysis using Twitter API

Overview: In this project we concentrated on topics such as: Which topic is trending,  Tweets relating a hash tag The data in twitter formulates a rich source which can be used for retrieving information. We can use this data in many ways for example: Finding trends related to a specific keyword  To gauge brand sentiments.  To collect feedback of new brands, products and their services. Tools Needed:  We used Python programming language. The following tools and packages are must in order to accomplish this project. Python 2.7 Packages : pip, pandas, Tweepy, matplotlib, jupyter Jupyter Notebook Access tokens with which twitter gives permission to access their API. Connecting to twitter API:  Twitter requires all requests to use OAuth for authentication. We will assign the keys to their respective variables for use, and also connect to the Twitter API using "tweepy". The commands are shown below: consumer_key = '<Your Consumer Key>