- Monolithic repo containing store, backend & admin all together.
├── admin
├── backend
└── store
- store follows the
MVCarchitecture. - store and admin are built using
Ant Designfor consistent UI design. - backend is written in
TypeScriptfor predictable static types.
Show screenshots
Screenshots will be added prior to first release
yarn instead of npm is advised.
# Clone repository
git clone https://github.com/Alamin02/pluto.git
# Change directory
cd pluto
# Install dependencies
yarnCreate a .env.local file similar to .env.example. Get cloudinary related config from cloudinary console.
# Start the backend server
yarn start:backend
# Start the store(client end) server
yarn start:store
# Start the admin server
yarn start:adminRun the following command to generate credentials for admin panel login. Replace test_email@example.com and test_password with your preferred email and password.
# Create admin account
yarn create:admin --email=test_email@example.com --password=test_passwordOrganized alphabetically
|
Farhan Bin Amin |
Md. Al Amin |
Mehedi Hasan |
Raihan Kabir Rifat |
Wali Ullah |




