Courses App 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
- [MongoDB] - non-relational database
git clone https://github.com/brechkoio/CoursesApp.git
npm install
npm start or npm run dev