Say Their Name Node service that handles URL shortenings and meta data handlings
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.
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.
- 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