An open API service indexing awesome lists of open source software.

https://github.com/jeremytubongbanua/sofe2800u-final

SOFE2800U Web Programming Final Project
https://github.com/jeremytubongbanua/sofe2800u-final

Last synced: 3 months ago
JSON representation

SOFE2800U Web Programming Final Project

Awesome Lists containing this project

README

        

# sofe2800u-final

# Run

First, run npm install:

```
npm install
```

Run the express server with:

```
npm run start
```

Then go to this link on your browser:

```
http://localhost:3000
```