Skip to content

agile-learning-institute/member-jay-basic-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

member-jay-basic-info

Minimal Express app scaffold.

Getting started

  1. Install dependencies
cd "/Users/jaycen05/Desktop/Projects/Backend Projects/member-jay-basic-info"
npm install
  1. Start server
npm start
# or for development with nodemon (install nodemon globally or as devDependency)
npm run dev

url endpoints:

  • '/' -> return index.html
  • '/about' -> return about.html
  • '/contact' -> return contact-me.html
  • all other endpoints will return 404.html --> Page not found.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published