Skip to content

Sushil211/Media-Novel

Repository files navigation


Logo

Media Novel

The Next Gen Digital Platform.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

Screenshot (171)


Mobile View


mobile_screenshot1 mobile_screenshot2

(back to top)

Built With

(back to top)

Getting Started

Installation

  1. Fork this repository to your github account
  2. Clone the forked repository and proceed with steps mentioned below

Install requirements

virtualenv env --python=python-3.9.6
.\env\Scripts\activate 
pip install -r requirements.txt

Declare Env variables as env_example.py

  1. SECRET_KEY can be found at medianovel/settings.py
  2. CLOUD_NAME, API_KEY and API_SECRET can be found by signing up at cloudinary

DB Migrations

python manage.py makemigrations
python manage.py migrate

Start Server

python manage.py runserver

(back to top)

Usage

You can create new room

Screenshot (174)

Check a user profile

Screenshot (172)

Edit your profile

Screenshot (176)

Browse all topics

Screenshot (175)

Message in a room

Screenshot (173)

Log in

Screenshot (177)

Sign Up

Screenshot (178)

(back to top)

Contact

sushil-sekhar-satapathy-78ab181a4 ims_king

sushilsekhar300@gmail.com


Live Project Link: https://media-novel.herokuapp.com/

(back to top)