AppCenter is an app store built with Angular, Bootstrap, and other modern technologies. It allows users to explore, search, and view available apps, as well as access the detailed view of each app.
Before you begin, make sure you have Node.js version 18 or later installed. You can check your Node.js version with the following command:
node -v
Set up a development environment using one of the methods below. Then either:
Run the Frontent In multiple terminal windows:
cd frontend
npm i
npm run start
Visit http://localhost:4200
Run the Backend In multiple terminal windows:
cd backend
npm i
npm run start:dev