This README would normally document whatever steps are necessary to get your application up and running.
i) Signup first with http://url/signup ii) Manually update the is_superuser field for the user in the database [ this is done on purpose ]
- API docs are available at http://ur/api/v1/docs/ and requires a token to be accessible, ONLY ACCESSIBLE by Superusers
- To obtain the otken ** Do a post req with user,pass to http://url/api/v1/api-auth/ Use that token on the api_key section in the API docs
- Quick summary
- Version
- Learn Markdown
- Summary of set up
- Configuration
- Dependencies
- Database configuration ** Create Database for Development
gaumire=# create user thm with password 'thm';
CREATE ROLE
gaumire=# create database thm owner thm;
CREATE DATABASE
psql -d thm -U thm -W
# in the psql shell
CREATE EXTENSION IF NOT EXISTS postgis;
\q
- How to run tests
- Deployment instructions
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact