Skip to content

Cloud instance for managing handcrafted jewellery provenance

License

Notifications You must be signed in to change notification settings

antorenge/prov-jewellery-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

provJewellery-cloud

Web service for managing handcrafted jewellery business process

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

To install packages

pip install -r requirements.txt

Create a .env file on the root directory and pre-fill these variables. Secret key can be any hashed value.

SECRET_KEY=''

DATABASE_NAME=''
DATABASE_HOST=''
DATABASE_USER=''
DATABASE_PASSWORD=''

Then, inside your virtualenv make migrations and migrate

python manage.py makemigrations
python manage.py migrate

Once this is done, you can run the application

python manage.py runserver

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Cloud instance for managing handcrafted jewellery provenance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages