Skip to content

As a part of my Software Engineering course, we were asked to create an application for a paper submission system for a University. The functionalities included uploading articles, reviewing articles, commenting on articles, etc.

Notifications You must be signed in to change notification settings

pragyachopra16/Paper-Submission-System-for-a-Journal

Repository files navigation

Live version is available at: https://uofw-journal.herokuapp.com/

Installation Guide

  • Ensure you have PHP ~7.2.0 installed.
  • Install XAMPP with MySQL locally on your computer
  • Create a MySQL database with any name you like
  • Run the queries in the DATABASE.sql file on the database
  • Go to controllers/config.php and set your $db_name, $db_username, $db_pass
  • Ensure the username you input has permissions to access the MySQL table you created

Login Guide

  • Go to the root of the app through localhost
  • You may login with username: aberefajames@yahoo.com and password: password

About

As a part of my Software Engineering course, we were asked to create an application for a paper submission system for a University. The functionalities included uploading articles, reviewing articles, commenting on articles, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published