Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

khianvictorycalderon/express-js-serverless-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express JS Serverless API

Configured express to be used on vercel.

Steps:

  1. Clone this repository: git clone https://github.com/khianvictorycalderon/express-js-serverless-api.git
  2. Run npm install to install necessary packages.
  3. Run npm run dev to test your backend.

Dependencies & Configuration

The following is a list of installed dependencies and configuration settings used in this project. You don’t need to install anything manually, as all dependencies are already managed through package.json. This section is provided for reference only, to give you insight into how the project was set up.

Dependencies

  • npm install express cors
  • npm install nodemon --save-dev

Configuration

  • Updated package.json:
    "scripts": {
        "dev": "nodemon ./api/index.js"
    }

About

Test deployment for vercel as a serverless API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors