julianamariemorales / MyExpress

Personal website using Express with fileupload, login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This a personal portfolio website

Instructions

To install this example on your computer, clone the repository and install dependencies.

$ git clone https://github.com/julianamariemorales/MyExpress.git
$ cd MyExpress
$ npm install

Start the server.

$ node app2.js

Open a web browser and navigate to http://localhost:3000/

What's in here?

Current Functions

  • home page
  • error pages (404 and 500)
  • file -upload
  • contact me page *contact log

Ongoing

  • login function
  • design

To Do

  • more design
  • portfolio page

About

Personal website using Express with fileupload, login


Languages

Language:HTML 62.6%Language:JavaScript 37.4%