Skip to content

devjudge/django-1.11-p-2.7-in-docker-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cj-app

Django 1.11 - Python 2.7

PROJECT START STEPS:

Pre-requisites:
1. Install need python and pip to be installed in your system.


Steps:
1. To run this application, do the following:
    1.a. Go to the project root directory.
    1.b. Run the following commands to install dependencies of the app:
    	- pip install -r requirements.txt
    1.c. Run the following command(s) in the terminal/command line to run the app:    
        - python manage.py runserver 0.0.0.0:8080


CLOUD-IDE SETUP STEPS(follow the below steps in case you are using the Cloud IDE instead of your Local IDE):
1. Please run the below commands from the project root to setup MySQL and MongoDB in this workspace:
	- chmod 0755 ./database-setup.sh
	- sh ./database-setup.sh
2. In case you want to connect to MySQL or MongoDB, kindly use the following credentials in your application:
	2.a. MySQL
		- host: localhost
		- port: 3306
		- username: root
		- password: admin
		- database: db
	2.b. MongoDB
		- host: localhost
		- port: 27017
		- username: root
		- password: admin
		- database: db

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7