Skip to content

leotamminen/Villebackend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Villebackend

Mockup backend for the ViLLEPlug VSCode extension.

The backend is hosted on Vercel:
https://villebackend.vercel.app

Any changes to main branch are automatically deployed to Vercel.

Installation

Dependencies

To run the backend locally, install dependencies:

npm install express
npm install typescript ts-node @types/node @types/express --save-dev

If you're deploying to Vercel, you'll also need:

npm install --save @vercel/node

Make sure you also have node installed.

Running Locally

Clone the repository:

git clone https://github.com/leotamminen/Villebackend

Navigate to the project directory:

cd Villebackend

Install dependencies:

npm install
npm install typescript ts-node @types/node @types/express --save-dev

Start the development server:

npm run dev

And go to localhost:3000/

Navigating the Backend

URL Endpoints

Here are examples of how to interact with the backend:

About

Mockup backend for ViLLEPlug VSCode extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 87.0%
  • Python 13.0%