Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

bash

CF_Project


Client Setup

  1. Open a terminal and navigate to the client directory:

    cd client
    npm install
  2. Start the client (if applicable):

    npm start

Server Setup

  1. Open a terminal and navigate to the server directory:

    cd server
  2. Create a virtual environment:

    python -m venv env
  3. Activate the virtual environment (Windows PowerShell):

    .\env\Scripts\Activate.ps1
  4. Install the required dependencies:

    pip install -r requirements.txt
  5. Run the server:

    uvicorn main:app --host 127.0.0.1 --port 8000 --reload

Database Function Support

The following database functions are supported:

  • add: Insert a new record
  • search: Retrieve records (with optional filtering)
  • update: Modify an existing record (by ID)
  • delete: Remove a record (by ID)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages