Skip to content

MarigiKamau/ASCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository hosts two application :-

  • LOWER: Contains all the code for lower primary app
  • UPPER:Contains all the code for upper primary app

This outlines the installation guide for the platform.

Usage

Clone the repository (choose either ssh or https):

## for ssh LOWER APP
git clone git@github.com/MarigiKamau/ASCI/tree/main/LOWER.git

## for https  LOWER APP
git clone https://github.com/MarigiKamau/ASCI/tree/main/LOWER.git
## for ssh UPPER APP
git clone git@github.com/MarigiKamau/ASCI/tree/main/UPPER.git

## for https  LOWER APP
git clone https://github.com/MarigiKamau/ASCI/tree/main/UPPER.git

Development environment LOWER

Install (if needed):

Once R and R studio are installed, navigate into the LOWER folder and open app.R.

Production environment

Install Docker, if needed. Then run:

docker compose up -d

The app is exposed through http://localhost:3838 or http://127.0.0.1:3838

Development environment UPPER

Install (if needed):

Once R and R studio are installed, navigate into the UPPER folder and open app.R.

Production environment

Install Docker, if needed. Then run:

docker compose up -d

The app is exposed through http://localhost:3838 or http://127.0.0.1:3838

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors