Skip to content

deggesim/gc-server

Repository files navigation

gc-server

Technologies used:

For the application

To get it up and running:

  • Run npm run build to compile the typescript into the dist folder.
  • Run node dist/index.js to run the application.

You can now use postman to do requests to http://localhost:3000. For full URL's, check the classes in the src/routes folder.