Coder Social home page Coder Social logo

ajanshrestha / thm Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 6.58 MB

The Right Handyman

Home Page: http://homerepair.herokuapp.com/

Python 55.65% HTML 15.29% JavaScript 22.55% Shell 0.06% CSS 5.67% Sass 0.78% Procfile 0.01%
project postgresql django python heroku-deployment south oauth gunicorn phonenumbers pytz

thm's Introduction

README

This README would normally document whatever steps are necessary to get your application up and running.

To Create A Superuser

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 ]

For the API documentation, only superusers are allowed

  • 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

What is this repository for?

How do I get set up?

  • 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

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

thm's People

Contributors

ajanshrestha avatar dependabot[bot] avatar dipil-agrian avatar dipil-saud avatar gaumire avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.