alphagov / learningtime-hh-sem1-gov-location-service

Early talent assigned learning time, Semester 1 project for Harley Harris
1 stars 1 forks source link

Initialise Express.js server with TypeScript #8

Open harley-harris opened 1 year ago

harley-harris commented 1 year ago

What?

Initialise an Express.js server with TypeScript in the project repository. This will benefit users by allowing them to connect to a server to use the service.

Why?

Using Express.JS as it is one of the most popular, well-supported, easy to use and unopinionated frameworks for creating server-side rendered applications with Node.js

Acceptance Criteria?

https://blog.logrocket.com/how-to-set-up-node-typescript-express/

Create an express server which can receive a GET request from the user and execute: console.log('hello, client has sent get request');

harley-harris commented 1 year ago

__