Skip to content

tameemalaa/Edvance

Repository files navigation

Some Stuff to do get the project working

For Backend(Server):

  • Create your virtual environment venv and install the requirements.txt

  • Please create .env file at /server and paste the following.

SECRET_KEY = "django-insecure-un6mxt#85eik$l95pynw)4gb-vlp4f37cg*i($)oag*8(bxht$"
DEBUG = True
DB_ENGINE = 'django.db.backends.postgresql_psycopg2'
DB_NAME = 'iwyquqkm'
DB_USER = 'iwyquqkm'
DB_PASSWORD = 'rE_x6jx0nJbCUBnXbOk3Bcby-M0bkAgc'
DB_HOST = 'trumpet.db.elephantsql.com' 
DB_PORT = '5432'
DB_API_KEY ='a646d1b0-29dd-41db-9bbd-78cf5d24c13e'
EMAIL_HOST_USER = "gproj1566@gmail.com"
EMAIL_HOST_PASSWORD = "lrrrhdinrzzyzaxx"
DOMAIN = "localhost:8080"

For frontend(Client):

at /client:

  • run npm install
  • runn npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors