Skip to content

athenianco/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Template

This template is setup with the followings:

  • Frontend: ViteJS + ReactJS + Typescript
  • Backend: Poetry + Python 3.11 + FastAPI + uvicorn

Development

App

  1. Go do the app directory
cd app
  1. Install the dependencies
npm install
  1. Run the development server
npm run dev

API

  1. Go do the api directory
cd api
  1. Install the dependencies
poetry install
  1. Run the development server
uvicorn api.server:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published