temp checkin
This commit is contained in:
41
README.md
41
README.md
@@ -1,3 +1,40 @@
|
||||
# chat_backend
|
||||
# Chat Bot Backend
|
||||
|
||||
Backend django project for the chat site
|
||||
## Setup
|
||||
|
||||
Clone the repo
|
||||
```console
|
||||
git clone http://10.0.0.160:3000/AI_ML_Operations_LLC/Chat_Bot_Backend.git
|
||||
```
|
||||
|
||||
Go into the repo
|
||||
```console
|
||||
cd Chat_Bot_Backend
|
||||
```
|
||||
|
||||
Create the virtual environment
|
||||
```console
|
||||
virtualenv --python=python3.9 venv
|
||||
```
|
||||
|
||||
Activate the Virtual Environment
|
||||
```console
|
||||
. venv/bin/activate
|
||||
```
|
||||
|
||||
Install the requirments
|
||||
```console
|
||||
python -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Pre-populate the database with test data
|
||||
|
||||
Run the dev server
|
||||
```console
|
||||
python manage.py
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Create inital database with temp data
|
||||
- [ ] Do a lot of stuff.....
|
||||
|
||||
Reference in New Issue
Block a user