yasinpeksen / BookLibraryREST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Library API

This is an example of Book Library API written in Typescript. Uses Express, MongoDB on Node.js.

How to make it work

  • Install Node.js. (Dont forget to install npm too)
  • Install MongoDB locally.
  • Download the project files or git clone.
  • Open the project folder and run the terminal of your choice
  • Type 'npm install' and press enter.
  • Build the source with 'npm run build' command.
  • Now you can start the local server with 'npm start' command.

Server will be available on http://localhost:3000 when it starts. You can test it with Postman, curl or another API test software of your choice.

About


Languages

Language:TypeScript 100.0%