GithubHelp home page GithubHelp logo

muskanmahajan37 / kpz-2021-meeting-scheduler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blueberrybuns/kpz-2021-meeting-scheduler

0.0 0.0 0.0 2.97 MB

License: MIT License

Python 35.01% HTML 0.62% TypeScript 63.28% CSS 1.09%

kpz-2021-meeting-scheduler's Introduction

kpz-2021-meeting-scheduler

Before you start working:

Please enter the following commands to set up the virtual environment

Django setup

#Inside KPZ-2021-MEETING-SCHEDULER directory:

#Create virtual environment
python -m venv venv

#Activate created venv
source venv/bin/activate

#Install packages with pip package manager
pip install -r requirements.txt

#Export secret key, the example below is used only for development phase and should not be used in production
export SECRET=key
export SECRET_GOOGLE=secret_from_google_console
export CLIENT_ID=client_id_from_google_console
export REDIRECT_URI=http://localhost:3000


#Change directory and run django app
cd meeting_scheduler && python manage.py runserver

#If you work with fish, then replace first command with
#cd source venv/bin/activate.fish

React setup

#Inside KPZ-2021-MEETING-SCHEDULER directory:

#Change to React project directory
cd react_meeting_scheduler

#Create local variable in .env file, copy Google API Key from Google console  
echo REACT_APP_GOOGLE_KEY=your_google_api_key > .env

npm install

npm start

Please remember about adding new packages to requirements.txt file.

kpz-2021-meeting-scheduler's People

Contributors

blueberrybuns avatar kekusss avatar konrad-abramowski avatar wadamek65 avatar

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.