Skip to content
#

gripapril21

Here are 5 public repositories matching this topic...

Language: All
Filter by language

BASIC BANKING SYSTEM: Create a simple dynamic website which has the following specs. ◇ Start with creating a dummy data in database for upto 10 customers. Database options: Mysql, Mongo, Postgres, etc. Customers table will have basic fields such as name, email, current balance etc. Transfers table will record all transfers happened. ◇ Flow: Home…

  • Updated Apr 19, 2021
  • EJS

TESTING AUTOMATED: Read up about Testing. ◇ Learn selenium and basic selenium automation scripting. ◇ Start with Google Search and read tutorials. Watch videos to learn about various aspects of testing using selenium. ◇ Use selenium to create a test case to test the website thesparksfoundation.sg ◇ The test script should check of at least 5 page…

  • Updated Apr 20, 2021
  • Java

PAYMENT GATEWAY INTEGRATION Using Razorpay : Create a simple website where payment gateway is integrated. ◇ There will be a simple donate button on homepage. On clicking the donate button, the user will land on the payment page where user can select the amount to be paid and the payment type, e.g. credit card, Paypal, etc. ◇ Once the payment is …

  • Updated Apr 20, 2021
  • HTML

Basic Banking App: Create a simple mobile app which has the following specs. ◇ Start with creating dummy data in mobile (sqlite) database for upto 10 users. User table will have basic fields such as name, email, current balance etc. Transfers table will record all transfers happened. ◇ Flow: Home Screen > View all Customers> Select and View one …

  • Updated Apr 20, 2021
  • Java

CI/CD CLOUD COMPUTING: Read up about AWS or Azure. ◇ Write up about the steps of setup and essentials of AWS EC2 or Azure VM (one page step by step). ◇ Create an EC2 or azure VM instance and access it through ssh from your pc over internet. ◇ In the EC2, deploy and run any application (a website with tomcat/spring boot) or python based project. …

  • Updated Apr 20, 2021

Improve this page

Add a description, image, and links to the gripapril21 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gripapril21 topic, visit your repo's landing page and select "manage topics."

Learn more