Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SLakhani1/Eventer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

  1. Creating Virtual Environment

sudo apt-get install python3-venv python3 -m venv veventer

  1. Starting the Virtual environemnt

source veventer/bin/activate

  1. Install Django

python -m pip install Django

  1. Install Postgres

sudo apt-get install postgresql postgresql-contrib pip install psycopg2

  1. Setting up Postgres

sudo -u postgres psql ALTER USER postgres PASSWORD 'myPassword';

  1. Installing psycopg2

sudo apt-get install python-psycopg2 sudo apt-get install libpq-dev pip install psycopg2

  1. Installing allauth

pip install django-allauth

  1. pip install google-api-python-client pip install oauth2client

  2. Inside templates/eventerapp folder

npm install -g @vue/cli npm install npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published