The project is no longer being used and/or supported.
Rapid Name Search
- npm
- python 3.6
docker build . -t namer
docker run --rm -it -p 5000:5000 namer
- Visit the URL mentioned after "Serving corporate names on "
For Namer to work, both the front-end and back-end must be started.
NPM (Front End)
cd namer/static/js/app
npm install
- Run the following depending on your environment:
- Deployment:
npm run build
- Development:
npm start
- Deployment:
Python (Back End)
- Change to root repository folder (
cd ../../../..
) pip install -r requirements.txt
python namer/wsgi.py
- Visit the URL mentioned after "Serving corporate names on "
To Be Determined