Skip to content

yvsssantosh/CrowdAlert-Web

 
 

Repository files navigation

CrowdAlert Web

Crowdalert lets you to share events across the globe.

Up & Running

# Create a virtual env
virtualenv env --python=python3.5

# Activate the env
. env/bin/activate

# Install the packages
pip install -r requirements.txt

# Install NPM packages
yarn

API keys

Run this in the project root directory

echo "\
REACT_APP_GOOGLE_MAPS_KEY=\

REACT_APP_FACEBOOK_APP_ID=\

REACT_APP_FIREBASE_API_KEY=\

REACT_APP_FIREBASE_AUTH_DOMAIN=\

REACT_APP_FIREBASE_DATABASE_URL=\

REACT_APP_FIREBASE_PROJECT_ID=\

REACT_APP_FIREBASE_SENDER_ID=\
" > .env.local

Update the file with your own keys

Preview

npm start

Deploying

npm run build
gunicorn -b 0.0.0.0:8000 CrowdAlert.wsgi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • Python 18.3%
  • HTML 2.0%
  • Dockerfile 0.3%
  • CSS 0.3%
  • TypeScript 0.1%
  • Shell 0.1%