Skip to content

lubek-dc/Account-Restful-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account-Restful-Api

console

Main Features:

  • SQLITE Database support
  • Account system (Basic Authentication)

Setup

  • First you need to clone repo via:

git clone --recursive https://github.com/lubek-dc/Account-Restful-Api.git

  • Then you need to create config.ini file in repo direcory and type in (Secret key be anything for example ThisIsSecret This key is using to encode data and decode data)
[SECURITY]
SECRET_KEY: Your Secret Key

Installing dependecies

To install dependencies you must just type this command:

  • $ pip install -r requirements.txt

(cmd must be opened in the repo folder too)

And the last step is Creating database

  • Open Repo in terminal or CMD

  • create data base via:

    • $ python or $ py

    • >>> from app import db

    • >>> db.create_all() And u are done to start programming

Dependencies:

Main:

Other:

  • uuid
  • jwt
  • datetime
  • functools
  • configparser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages