Skip to content

1986webdeveloper/python-vuejs-postgresql

Repository files navigation

You need to follow below commands one by one to install it successfully in your system.
  1. First of all clone this repo $ git clone https://github.com/1986webdeveloper/python-vuejs-postgresql.git

  2. Next yoou have to install required module using below command. $ pip install -r requirements.txt

  3. Now you have to create a database with username and password in PostgreSQL and need to set required parameter inside "config.py" file. to set it directly from terminal use this command: $ nano config.py or gedit config.py

  4. After adding and saving your database details run below commands one by one. $ python migrate.py db init $ python migrate.py db migrate $ python migrate.py db upgrade $ python run.py

API ENDPOINT
  1. GET
  1. POST
  1. PUT
  1. DELETE

About

Simple CRUD operation using Vue.js and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published