All Projects → dongri → team

dongri / team

Licence: MIT license
Free Knowledge Groupware

Programming Languages

rust
11053 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to team

heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (-58.73%)
Mutual labels:  webapp
coronate
A Swiss-style chess tournament management app.
Stars: ✭ 96 (+52.38%)
Mutual labels:  webapp
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-63.49%)
Mutual labels:  webapp
cumulocity-app-builder
The Application Builder for Cumulocity provides a simple, coding-free way to create new applications inside Cumulocity. Application Builder is an open-source tool for you to create web applications in a no-code environment. Created by Global Presales.
Stars: ✭ 18 (-71.43%)
Mutual labels:  webapp
serverless-web-app-example
Serverless React Web App Example
Stars: ✭ 41 (-34.92%)
Mutual labels:  webapp
sgce
Sistema Gerenciador de Certificados Eletrônicos (Projeto em Python/Django) - Django 2.0+ e Python3
Stars: ✭ 28 (-55.56%)
Mutual labels:  webapp
webviz-config
Make Dash applications from a user-friendly config file 📖 🐍
Stars: ✭ 46 (-26.98%)
Mutual labels:  webapp
FC-Docker
Project to run FreeCAD in a cloud environment accessible via a web browser in a cloud environment.
Stars: ✭ 40 (-36.51%)
Mutual labels:  webapp
webchat app
微信小程序
Stars: ✭ 28 (-55.56%)
Mutual labels:  webapp
cerb-release
For over 20 years, teams of all sizes have used Cerb to manage their email workloads. Whether you're a solo founder replying to a few support messages per day, or a team with hundreds of members replying to thousands of messages per hour, you can serve your audience faster with Cerb's time-tested tools. Development at: https://github.com/jstande…
Stars: ✭ 37 (-41.27%)
Mutual labels:  groupware
cram
cram is a computational room acoustics module to simulate and explore various acoustic properties of a modeled space
Stars: ✭ 23 (-63.49%)
Mutual labels:  webapp
react-windows-ui
Build Windows fluent UI apps using ReactJS. Provides a set of accessible, reusable, and composable React components that make it super easy to create websites and apps.
Stars: ✭ 383 (+507.94%)
Mutual labels:  webapp
youtube-copy-annotations
💻 Copy YouTube annotations like a pro!
Stars: ✭ 13 (-79.37%)
Mutual labels:  webapp
learn-english
📚 Vue + Element-UI + Lumen 开发的背单词应用
Stars: ✭ 53 (-15.87%)
Mutual labels:  webapp
playground
A Streamlit application to play with machine learning models directly from the browser
Stars: ✭ 48 (-23.81%)
Mutual labels:  webapp
spring-boot-mongodb-react-java-crud
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
Stars: ✭ 33 (-47.62%)
Mutual labels:  webapp
alpha-web
1Ramp Alpha Web App
Stars: ✭ 19 (-69.84%)
Mutual labels:  webapp
readis
Lightweight web frontend in PHP for reading data, stats and config from multiple redis servers.
Stars: ✭ 38 (-39.68%)
Mutual labels:  webapp
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (-33.33%)
Mutual labels:  webapp
whatdevice
Progressive Web App that displays hardware and software information, with one-click sharing.
Stars: ✭ 32 (-49.21%)
Mutual labels:  webapp

team

百闻不如一见

https://teamx.herokuapp.com/

username: user
password: test

env

$ vim ~/.bashrc

export TEAM_DATABASE_URL=postgres://root:@localhost:5432/team
export TEAM_DOMAIN=http://localhost:3000
export TEAM_SLACK=https://hooks.slack.com/services/xxxx/xxxxxxxx
export TEAM_GOOGLE_CLIENT_ID=xxxxxxxxxx.apps.googleusercontent.com
export TEAM_GOOGLE_CLIENT_SECRET=xxxxxxxxxx
export TEAM_GOOGLE_REDIRECT_URL=http://localhost:3000/auth/google
export TEAM_GOOGLE_ALLOW_DOMAIN=yourcompany.com
export TEAM_SECRET_COOKIE=zqXjwojD9MMnbAoL2mT3o
export TEAM_RUST_BACKTRACE=1

Development (Docker)

up

$ rm /tmp/postgres/*
$ docker-compose up

http://localhost:3000

Development (Mac)

database

$ createdb team

ddl.sql

cargo-watch

$ cargo install cargo-watch

run

$ cargo watch -x 'run'

http://localhost:3000

Production

$ ./run.sh

docker file

https://github.com/dongri/docker-rust

Screen Shot

1

2

3

4

5

License

MIT License

Copyright (c) 2019 Dongri Jin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].