Skip to content

gpicciani/simple-mvc-application

Repository files navigation

Simple MVC application

A simple javascript application that gives the user a way to search Github repositories, using the Github search API.

The project implements the MVC design pattern to make a clean cut separation of concerns. The idea is to make the solution intelligible and inviting.

Search Repositories

Getting started

Prerequisites

Clone and install

  • git clone this repo.
  • npm install express
  • npm install in the root of the folder created.

Test

npm test in the project root will run an interactive test framework in watch mode.

Github Search API

Run

node index.js in the project root will run express webserver.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published