The project is no longer being used and/or supported.
Rapid Name Search
docker build . -t namer
docker run --rm -it -p 5000:5000 namer
For Namer to work, both the front-end and back-end must be started.
NPM (Front End)
cd namer/static/js/app
npm install
npm run build
npm start
Python (Back End)
cd ../../../..
)pip install -r requirements.txt
python namer/wsgi.py
To Be Determined