Our beautiful messenger to make communications
This project builts on
- Vue Js
- Django
- HTML/CSS using Bootstrap
- Sqlite3 db
- Create env folder using
virtualenv env
- Activate virtual environmant with if you are using cmd be like
/env/Scripts/activate
- Install packeags using
pip install -r requirements.txt
- Make migrations using
python manage.py makemigrations
and then migrate withpython manage.py migrate
- Run the project
python manage.py runserver
npm install
npm run serve
npm run build
npm run lint