Skip to content

Vidyaranya/cs258-iiti-group2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

E-Procurement System

An online portal to make the process procurement quick, managable and simple. It will also made as secure as possible.

To read the documentation, SRS or Design Artifacts visit our Wiki page.

Installation

To build the website on your PC

  • Make sure you have installed PHP and MySQL
  • Clone the repo on your local machine (in htdocs folder or wherever you configured your server's root)
  • Initialize the database by opening http://localhost/install.php

The website uses password-compat library to encrypt passwords, so you should install that as well. We'll use the PHP package manager, composer to do this:

  • cd to root folder of project
  • install composer by running the command php -r "readfile('https://getcomposer.org/installer');" | php
  • then run php composer.phar install

Team

  • Diksha Golait
  • Gaurav Meena
  • Krishna Chaitanya
  • Sai Vidyaranya

About

An e-procurement software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.9%
  • CSS 10.1%