Skip to content

rajat-99/Online-delivery-system

 
 

Repository files navigation

Online-delivery-system

Project For Connecting CC and Students Remotely

Before Running add these lines for mailing feature.

//ADD:
//INTO ~/.bashrc or ~/.bash_profile

export my_username="[email protected]"
export my_password="***************"

//RUN: 
//FOR EXPORTING THE ENV VARIABLES

source ~/.bashrc 

FOR BUILDING THE PROJECT:

//RUN:

make

FOR BUILDING AND RUNNING THE PROJECT:

//RUN:

make run

About

OOAD Course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.1%
  • Python 4.6%
  • HTML 4.1%
  • Makefile 0.2%