IMGSched is an application for scheduling meetings and keeping record of them made with the Tech Stack Django, Django Rest Framework, React and Django Channels.
- python3
- pip3
- virtualenv
- Clone the repository
$ git clone https://github.com/anshuldutt21/IMGSched.git
$ cd IMG_sched/backend
- Install pip3
sudo apt-install python3-pip
- Setup virtual environment
$ pip3 install virtualenv
$ virtualenv <env_name>
- Activate virtual environment
$ source <env_name>/bin/activate
- Install Django and required libraries
pip3 install django
pip3 install social-auth-app-django
- Start server
$ python3 manage.py runserver
- In other terminal do,
$ cd IMG_sched/frontend
- Start the React server.
$ npm start
You are ready to create and invite people for your meetings.