git clone https://github.com/hairbui76/MagicPost.git
- PostgreSQL installed in local
- Redis installed in local
Run this command to install all the packages required
npm install
npm run dev
Open a new terminal then run
cd backend && dotnet watch run
Open a new separate terminal then run
cd frontend && npm run dev