Silverkeytechnology / Kole

Kole is the Student Information Management System API, implemented in Node with a MEAN Stack
http://www.sktcomputers/kole
2 stars 0 forks source link

Determine Product Architecture #6

Closed chaiwa-berian closed 7 years ago

chaiwa-berian commented 7 years ago
chaiwa-berian commented 7 years ago

So we will need to make our App accessible via APIs. That is the server-side code should be designed as REST API which makes it much easier to scale!

chaiwa-berian commented 7 years ago

We will use MongoDB, Mongoose Object Data Mapping (ODM) with Express.js, Angular.js and Node.js. These technologies use a uniform language - JavaScript - providing performance gains in the software and productivity gains for developers.