The project is no longer being used and/or supported.
Rapid Name Search
- npm
- python 3.6
docker build . -t namerdocker 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/appnpm 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.txtpython namer/wsgi.py- Visit the URL mentioned after "Serving corporate names on "
To Be Determined