This is a team project by K-Digital AI Service Development Bootcamp trainees from 8 to 23 February 2022. The purpose of this project is to make a working web service with the knowledge we have learned from the course.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What you need to install
- Django web server
- ChromeDriver
- MySQL workbench (optional)
You may need following Python libraries:
You can install these libraries with the commands below.
pip install requests
pip install lxml
pip install selenium
pip install numpy
Setting up Django
> django-admin startproject [mysite]
> python manage.py startapp [application]
Copy and paste, or edit your directory and files like this repository.
> python manage.py migrate
> python manage.py runserver
Open an internet browser, and go to 'localhost:8000/tagbase/main'.
- Fork https://github.com/Kystvakt/tagbase/
- Make a new branch with
git checkout -b feature/foobar - Commit with
git commit -am 'Add some foobar' - Request pull
The names are listed in alphabetical order.
- 오은수 - oes123468@gmail.com
- 이상헌 - rusty4143@gmail.com
- 이승환 - rheinyx@gmail.com
- 이찬욱 - dzm2111@gmail.com
- With grateful thanks to all whose code was used
