Skip to content

A website where all the members can participate and ask questions. anybody can comment and give the answer. if the creator of the question feels that answer is correct then he/she can mark the answer as correct. The project is under construction. Open source contributions are most welcome.🙌

License

mrshanas/codeinpython-main

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOST WELCOME TO COLLABORATE CODEINPYTHON-ORG


Backend

Follow the steps to run this project:

  1. git clone https://github.com/codeinpython-org/codeinpython-main.git

  2. cd main-backend

  3. python -m venv

  4. source venv/bin/activate (for linux/macOS user)

  5. \venv\Scripts\activate.bat (for windows user)

  6. pip install -r requirements.txt

[make sure that you configured elastic search on your machine before running the below command]

  1. sudo systemctl start elasticsearch.service (for linux/mac users)

  2. Go to the folder where your ES is installed.(for windows users)

    Run the commands:

      service.bat
    
      service install
    
      service start
    
  3. python manage.py runserver

then run http://localhost:8000 on your browser.

Postman collection of the project: https://www.getpostman.com/collections/9371b6bc56762391e6cf

Fronted

  1. git clone https://github.com/codeinpython-org/codeinpython-main.git

  2. cd main-fronted

  3. npm install

  4. npm start

then run http://localhost:3000 on your browser.

BUG REPORT

name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: ''

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

FEATURE REQUEST

name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: ''

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

About

A website where all the members can participate and ask questions. anybody can comment and give the answer. if the creator of the question feels that answer is correct then he/she can mark the answer as correct. The project is under construction. Open source contributions are most welcome.🙌

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.7%
  • CSS 24.5%
  • SCSS 18.3%
  • Python 8.1%
  • HTML 1.4%