A simplified project structure for a skill mapping application using FastAPI and React.
- Navigate to the backend directory.
- Install dependencies:
pip install -r requirements.txt - Run the server:
uvicorn app.main:app --reload
- Navigate to the frontend directory.
- Install dependencies:
npm install - Run the application:
npm run dev