Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudasirrr/sit725-2023-t2-prac3
https://github.com/mudasirrr/sit725-2023-t2-prac3
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mudasirrr/sit725-2023-t2-prac3
- Owner: Mudasirrr
- License: mit
- Created: 2023-07-30T12:07:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T13:28:26.000Z (over 1 year ago)
- Last Synced: 2023-07-30T14:35:34.361Z (over 1 year ago)
- Language: HTML
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIT725-2023-T2-Prac3
-------------------------------------------------------------------------------------------------------------------
For this evaluation, I just created a simple website utilizing the Node.js, Express.js Framework, CSS, Javascript, Materialize, and basic HTML.For completing this task, I have used following tools and Framework:
# 1. Node. js
# 2. Vs Code
# 3. Express.js
# 4. Git
# 5. GitHub Repository
# How it will work?1. Clone this repository in your system`
git clone https://github.com/Mudasirrr/SIT725-2023-T2-Prac3.git2. Use NPM (Node Package Manager) to install dependencies for this project.
npm init
To install express
```npm install express``` and3. To start the server:
```npm run start```4. Go to `localhost:3000` on your browser.
# Screenshots
#Overall Interface
-------
![Overall Interface](https://github.com/Mudasirrr/SIT725-2023-T2-Prac3/blob/main/ooutput.PNG)
--------------