Code Monkey home page Code Monkey logo

img_sched's Introduction

IMGSched

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.

Dependencies

  • python3
  • pip3
  • virtualenv

Setup

  1. Clone the repository
    $ git clone https://github.com/anshuldutt21/IMGSched.git
    $ cd IMG_sched/backend

  2. Install pip3
    sudo apt-install python3-pip

  3. Setup virtual environment
    $ pip3 install virtualenv
    $ virtualenv <env_name>

  4. Activate virtual environment
    $ source <env_name>/bin/activate

  5. Install Django and required libraries
    pip3 install django
    pip3 install social-auth-app-django

  6. Start server
    $ python3 manage.py runserver

  7. In other terminal do,
    $ cd IMG_sched/frontend

  8. Start the React server.
    $ npm start

You are ready to create and invite people for your meetings.

img_sched's People

Contributors

anshuldutt21 avatar suyashsalampuria avatar

Watchers

James Cloos avatar

img_sched's Issues

Tips for starting the project

Refer to these issues:

  • codefab99/IMGSched#1
  • codefab99/IMGSched#2
  • A commit should only change what its message says nothing extra nothing less.
  • The commit message should start with a simple present tense verb. For example, Create not Created.
  • Make sure to keep your commit messages as descriptive as possible (80 characters are allowed after that GitHub displays ... option which is short for read more).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.