Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 686 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 686 Bytes

Simubit

Simulate buying and selling crypto with a dummy wallet

Setup

  1. Clone the repository
git clone https://github.com/WoIfey/Simubit.git
cd Simubit
  1. Install dependencies
pnpm install
  1. Configure environment variables

Copy the env.example file and rename it to .env and set the following variables from:

  1. Initialize the database
pnpm docker
  1. Run database migrations
pnpm prisma
  1. Start the development server
pnpm dev