Skip to content

Jay042003/Ad-Works-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google winter of code,GDSC,SVNIT

Team Name: Pheonix

Team members: Jay Kadel, Akash singh, Gaurav Singh, Biren Gami

Project Description

Adworks is website for Advertisement Needs. Adworks Helps Brands Establish And Enhance Their Social Media Presence. This website contains home page,our services page,About Us page and contact Us page. It is a complete Responsive Websites.

Website is made using python so you will require python on your device.

Libraries required to be installed are: virtualenv, pymongo and flask

After cloning the repo you will have to open vscode with vscode here in the cloned folder and install the given libraries.

commands for installation of this libraries are given below:

Use the package manager pip to install foobar.

pip install virtualenv

After installing virtualenv you will need to setup virtual environment with the help of the following steps:

1.run the following code in the terminal in VS code

virtualenv env

2.activate the virtual environment

.\env\Scripts\activate.ps1 

3.after this you can install the following libraries

pip install pymongo
pip install flask

You can run the website by running the instruction in terminal in VS code

python .\app.py

You will need to add your email in line number 19 of app.py file in 'email_receiver' variable in order to receive the emails from contact us form to your account

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published