This project implements boilerplate server connected to postgresql db using TypeScript, Node.js, express.
- Clone this repo in your terminal
- change directory
cd boilerplate-server
- run
npm install
in your terminal - run
npm run dev
in your terminal or use VSCode debugger and the server will run locally on port: 3120
Note: TypeScript, Node.js and NPM (Node Package Manager) is required to install and run the server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.