Skip to content
/ s4fe Public

S4FE is the world’s first blockchain-based global database for the registration and identification of stolen and lost items. The database is accessible to everyone and enables users to register and search for property. The types of property include electronic devices, jewelry, personal collections, documents, sports and hobby equipment, vehicles…

Notifications You must be signed in to change notification settings

s4fe-io/s4fe

Repository files navigation

S4FE Backend App

This is a repository for a web application developed with Django

Features

  1. Local Authentication using email and password with allauth
  2. Rest API using django rest framework
  3. Forgot Password

Recommended Installation

  1. Postgresql
  2. Python

Installation

  1. Install pipenv
  2. Clone this repo and cd s4fe
  3. Run pip install --user --upgrade pipenv to get the latest pipenv version.
  4. Run pipenv --python 3.7
  5. Run pipenv install
  6. Run cp .env.example .env
  7. Update .env file DATABASE_URL with your database_name, database_user, database_password, if you use postgresql. Can alternatively set it to sqlite:////tmp/my-tmp-sqlite.db, if you want to use sqlite for local development.

Getting Started

  1. Run pipenv shell
  2. Run python manage.py makemigrations
  3. Run python manage.py migrate
  4. Run python manage.py runserver

About

S4FE is the world’s first blockchain-based global database for the registration and identification of stolen and lost items. The database is accessible to everyone and enables users to register and search for property. The types of property include electronic devices, jewelry, personal collections, documents, sports and hobby equipment, vehicles…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published