Skip to content

rnshaikh/CES_backend

Repository files navigation

Blogger Platform

Installtion steps:

  1. take pull of repo.
  2. create python 3 virtual environment.install dependencies using pip install -r requirments.txt
  3. migrate database using python manage.py makemigrations
  4. then you can start using python manage.py runserver

DB_Dump:

  1. There is dump file in db_dump directory where you cant take dump of database using following command a) create database ces_backend_test b) psql ces_backend_test < ces_backend_test.sql

This db has following account.

  1. Admin email : [email protected] password : admin123

  2. Developer: email : [email protected], [email protected], [email protected] password: password

  3. Examiner: email : [email protected] password : password

Sites:

  1. blogger, blogcupid, tenblogger, gamesweek, tenblogger as active sites, Nine as proposed site, Ten as inactive site.

Site Data Param:

  1. Page View 2)Like Count

Starting Cron job you have run following command in two separate terminal

  1. celery -A ces_backend worker -l info -E

  2. celery -A ces_backend beat -l info

If you dont take dump of sql file . you have to create all the user's account , sites as well insert site data for users in order to start cron.

Details:

  1. Home page of site: alt home page

  2. Login Page alt home page

  3. Register Page alt home page

  4. Forgot Password Page alt home page

  5. Developer dashboard will see 3 dropdown with its linked blogging sites linked done by admin. alt home page

  6. Developer Sites detail page where it will show graph of instantaneous value and lifetime value against datetime of 2 params namely page views and like count.

alt home page

alt home page

alt home page

  1. Update Progile page.

alt home page

alt home page

  1. Examiner views of site data where he can see all data object.

alt home page

alt home page

  1. Admin Dashboard

alt home page

  1. Admin : User table

alt home page

  1. Admin : Site table

alt home page

  1. Admin : User-Site table

alt home page

  1. Admin : Site data table

alt home page

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •