A recreation of the popular Town of Salem Game, using Python and Node
This project uses a FastAPI backend, connected to an engine built entirely from scratch! The frontend is coded in React.
- Implement Frontend
- Connect FastAPI Backend to Engine
- Clone the project
git clone github.com/aunncodes/TownOfSalem.git- Install frontend dependencies
cd frontend
npm install- Install backend dependencies
cd backend
pip install -r requirements.txt- Run the project
npm run dev
fastapi dev main.pyAll contributions welcome! Feel free to make a pull request or issue!