👋 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 💪.
Follow the steps to run this project:
-
git clone https://github.com/upscale-innovation/codeinpython-main.git
-
cd main-backend
-
python -m venv
-
source venv/bin/activate (for linux/macOS user)
-
\venv\Scripts\activate.bat (for windows user)
-
pip install -r requirements.txt
[make sure that you configured elastic search on your machine before running the below command]
-
sudo systemctl start elasticsearch.service (for linux/mac users)
-
Go to the folder where your ES is installed.(for windows users)
Run the commands:
service.bat service install service start
-
python manage.py runserver
then run http://localhost:8000 on your browser.
Postman collection of the project: https://www.getpostman.com/collections/9371b6bc56762391e6cf
-
git clone https://github.com/upscale-innovation/codeinpython-main.git
-
cd main-fronted
-
npm install
-
npm start
then run http://localhost:3000 on your browser.
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
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.