Code Monkey home page Code Monkey logo

codeinpython-main's Introduction

👋 Welcome! We’re using Discussions as a place to connect with other members of our community. We hope that you:

Ask questions you’re wondering about. Share ideas. Engage with other community members. Welcome others and are open-minded. Remember that this is a community we build together 💪.

Backend

Follow the steps to run this project:

  1. git clone https://github.com/upscale-innovation/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/upscale-innovation/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.

codeinpython-main's People

Contributors

parkson-tano avatar sbarikdev avatar julienmunar avatar

Stargazers

Safwan P avatar Safwan P avatar Kelvin Maccarthy avatar José Ícaro B. C. avatar  avatar Joolbamedia avatar Sahil Garg avatar Abhishek Mishra avatar Rancy Chepchirchir avatar TierraSkyLLC avatar  avatar C.S.D avatar  avatar  avatar  avatar  avatar

Watchers

wb avatar TierraSkyLLC avatar  avatar  avatar  avatar

codeinpython-main's Issues

conflicting dependancy issue

there is dependency conflict while installing packages from requirement.txt

the problem is with twillio and djangorestframework-jwt they depend upon different pyjwt the breif description of the error is given below

ERROR: Cannot install -r requirements.txt (line 20), -r requirements.txt (line 9) and PyJWT==1.7.1 because these package versions have conflicting dependencies.

The user requested PyJWT==1.7.1
djangorestframework-jwt 1.11.0 depends on PyJWT<2.0.0 and >=1.5.2
twilio 7.12.0 depends on PyJWT<3.0.0 and >=2.0.0
Screenshot from 2022-08-10 10-34-17

if you made change according to the necessary dependency then it will be helpful for the developers who clone this project in the future

Missing requirements.txt file

I have cloned my forked repo of this project locally but when I try to run pip install -r requirements.txt I cant find the file in the folder of the backend

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.