/askme

Clone of the ask.fm website

Primary LanguageJavaScript

askme

Ask.me is a platform that help people get a better insight on a friend, colligue or classmate. It allows to ask questions to users and read their responses, chat with friends, see what they like and stay in touch with them!

installation

  1. Download python3 and node.js
  2. Create and activate virtual environment using pipenv or anaconda
conda activate environment
  1. clone repo
git clone [repo]
  1. install dependecies
npm install
  1. install django-cors-headers and django-rest
pip3 install requirements.txt
6. start django server
```bash
python3 manage.py runserver