Skip to content

sahilbt/Voyager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Voyager

1. Server Configuration

  1. Open a bash terminal if you are using Windows. On unix based systems open the default terminal.

  2. Navigate into the backend folder

cd backend
  1. Create a python virtual environment
python -m venv env

4a. Activate the environment (Windows)

source env/Scripts/activate

4b. Activate the environment (Mac)

source env/bin/activate
  1. Install the nessessary modules & dependencies
pip install -r requirements.txt
  1. Start the server
uvicorn main:app --reload

2. Client Configuration

  1. Navigate into the frontend folder
cd frontend
  1. Install the nessessary modules & dependencies
yarn install
  1. Run the client (Ensure the server is also running)
yarn dev
  1. Type the following url into your browser to access the website
http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •