Skip to content

KDRUCSProjects/bridging-business-system-3023103

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup the development environment

  1. clone the project with git clone [email protected]:KDRUCSProjects/bridging-business-system-3023103.git.
  2. Open the project folder in vscode. and open terminal in vscode and follow the instructions below

Database setup

  1. install "postgresql" RDBMS and Pgadmin for postgresql GUI.
  2. create user as "business" with password "brdging@123"
  3. create database as "Bridging-Businesses" and assign "business" as manager.

Backend setup

  1. create virtual environment with python3 -m venv venv

  2. activate the virtual environment with source venv/bin/activate in the terminal.

  3. install requirment.txt for installing required backend packges

  4. type python manage.py migrate to apply migrations to the database. # for now it is not working.

  5. type python manage.py runserver should run the the backend without any error.

Frontend setup

  1. for installing frontend dependencies type "npm install"
  2. for running frontend server type "npm start"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published