Skip to content

ranmerc/TypingWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Wizard

This is a PHP project made by Anish Nair, Hradyesh Singh and Kamran Ansari for TY BSc CS (2020-21) at Fergusson College, Pune.

You can find the project report here and the presentation here.

Note - This project is not responsive and is best optimized for Firefox on a 720p screen.

Hosting Notes

Typing Wizard uses PHP and PostgreSQL.

For database creation run these two files in order - first, databaseCreation.sql to create the required tables. Then insert.sql, to insert the data into those tables.

You can name your database anything you want but you should provide the DATABASE_URL environment variable in your PHP host environment.

Live Link and some History

Originally both PHP and PostgreSQL were hosted on Heroku (here) but since Heroku will soon be deprecating their free tier we have now switched to render for PHP and Supabase for PostgreSQL.

Current Live Project Link