say-their-name-node-service
June 10, 2020 ยท View on GitHub
Say Their Name Node service that handles URL shortenings and meta data handlings
Say Their Names โ๐ฟ
Overview
Welcome to the Say Their Names project. Our aim is to build an open-source platform that raises awareness of the injustice and often forgotten names of racial inequality at the hands of law enforcement. We strive to identify and amplify verified organizations to ensure donations are reaching those who can make the most impact with it.
Contributing
We heartily welcome any and all contributions that match our engineering standards!
That being said, this codebase isn't your typical open source project because it's not a library or package with a limited scope โ it's our entire product.
How to run?
- Docker
- git clone repo
- cd into the folder
- build docker image
docker build -t say-their-name-node-service . - run docker
docker run -p 3000:3001 say-their-name-node-service
- Local
- git clone repo
- cd into the folder
- npm install
- nodemon index
- use it