Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
SOFE2800U Web Programming Final Project
- Host: GitHub
- URL: https://github.com/jeremytubongbanua/sofe2800u-final
- Owner: JeremyTubongbanua
- Created: 2022-11-16T17:19:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:43:10.000Z (almost 2 years ago)
- Last Synced: 2023-07-30T14:49:19.625Z (over 1 year ago)
- Language: HTML
- Size: 2.7 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```