Skip to content

Geekles007/cm-appstore-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camer Apps

The Web application to browse applications built by Cameroonians developers for Cameroonians users

Prerequisites

These tools must be installed to run the project

  • Node.js 14+
  • Yarn or NPM
  • Docker and Docker-compose

Run the backend with Docker

docker-compose up --build

Once done, navigate to the URL http://localhost:8100

Run the backend without Docker

cp .env.template .env
nano .env

Update 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 start

Once done, navigate to the URL http://localhost:8100

The API documentation is accessible to http://localhost:8100/documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published