seenickcode / express-sample-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title description tags
ExpressJs server
A simple ExpressJS server
http
nodejs
express
javascript
json

NodeJS Express Example

This example starts an Express JS server.

Deploy on Railway

💁‍♀️ How to use locally

  • Install dependencies npm install
  • Start the development server npm run dev

📝 Notes

The server started returns a plaintext message for the / route and a json message for the /json route.

The server code is located in index.js.

About


Languages

Language:JavaScript 100.0%