The Web application to browse applications built by Cameroonians developers for Cameroonians users
These tools must be installed to run the project
- Node.js 16+
- Yarn or NPM
- Docker and Docker-compose
docker-compose up --buildOnce done, navigate to the URL http://localhost:8100
cp .env.template .env
nano .envUpdate the DATABASE_URL inside the .env file with the URL of your local MySQL database.
Install the dependencies and run the migrations
yarn install
yarn prisma migrate dev
yarn startOnce done, navigate to the URL http://localhost:8100
The API documentation is accessible to http://localhost:8100/documentation
cd frontend
yarn install
yarn devOpen the browser and navigate to the URL http://localhost:5173