Skip to content

Samprith002/Vroomify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vroomify

Requirements

Python

Install Python v3.10 (preferably) because it has proper support for all packages

Bun

If you have Node.js, just run

npm install -g bun

Setting Up

Client

  1. Run bun install to install all necessary dependencies.
  2. Run bun dev to start the development server.
  3. Visit http://localhost:3000 to see the result.

Server

  1. Create and activate a virtual environment (required).
  2. Install dependencies
pip install -r requirements.txt
  1. Run the development server
fastapi dev index.py
  1. The API starts serving on http://localhost:8000.

Should you install any other dependencies, make sure to run

pip freeze > requirements.txt

before closing the virtual environment with deactivate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •