Skip to content

A sample Express.js application to teach the basics of backend

Notifications You must be signed in to change notification settings

competemcgill/express-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack4Impact x Compete Mcgill: Express Tutorial

Requirements:

Usage:

Make sure you have all of the required dependencies (listed above).

Clone the repository using git or github. Alternatively you can download it as a zip file and unzip it.

Use cd to get into your project directory. Then use:

npm install

to install all of the project dependencies.

Start the project with:

npm start

By default it will be running on port 3000, so you can test that it works via:

curl localhost:3000/todos

About

A sample Express.js application to teach the basics of backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published