Skip to content

StarYQ/Seawolf-Accessibility

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seawolf Accessibility

Getting Started

1. Install Node Dependencies

Run the following command in the root directory:

npm install

2. Set Up the Python Backend

Navigate to the backend directory:

cd backend/

Create a Python virtual environment and activate it:

python3 -m venv venv
source venv/bin/activate

Install the required Python dependencies from requirements.txt:

pip install -r requirements.txt

3. Configuration

Make sure that you have a .env file in the root directory containing the Google Maps API key environment variables.

4. Start the Servers

Start the Python backend by running the following command inside the backend directory:

uvicorn routingBeta:app --reload

Then, in the app directory, start the Next.js frontend:

cd ../app/
npm run dev

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 46.9%
  • Python 35.9%
  • JavaScript 9.5%
  • HTML 5.3%
  • CSS 1.8%
  • Makefile 0.6%