Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Crandel/test_bank

Repository files navigation

A simple bank management system

Install Instruction

First of all you need python 3.6 and node.js/npm installed

Please install all necessary dependencies

pip install -r requirements.txt

When it will be done you must add config env file there will be your secure settings( database connection, secret salt etc.) from example env.example

cp env.example .env

When you can change all needed env variables(set passwords for example)

nano .env

At last you could run the server

$ python manage.py migrate

$ python manage.py runserver

Your website will be available on localhost address or any host you set in .env

About

Simple REST bank management system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published