/CUKiClub

This will be the official website for CUKiClub at The Co-operative University of Kenya and its open source so you can contribute to make it better.

Primary LanguageCSS

CUKiClub

This will be the official website for CUKiClub at The Co-operative University of Kenya and its open source so you can contribute to make it better.

Techstack

This uses a number of open source projects to work properly:

  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework [@tjholowaychuk]
  • mongodb - Node.js driver to connect to a MongoDB Atlas cluster

Installation

requires Node.js v17.5.0+ to run.

Install the dependencies and devDependencies and start a development server.

cd CUKiClub
npm i
npm run debug