Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mudasirrr/sit725-2023-t2-prac3


https://github.com/mudasirrr/sit725-2023-t2-prac3

Last synced: 4 days ago
JSON representation

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.git

2. Use NPM (Node Package Manager) to install dependencies for this project.

npm init
To install express

```npm install express``` and

3. 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)
--------------