An Express.js application template written in TypeScript using SQLite for database management.
- Introduction
- Features
- Installation
- Usage
- Contributing
- License
This project is an example of an Express.js application using TypeScript and SQLite. It demonstrates how to set up a simple server with TypeScript and connect it to an SQLite database.
- Express.js server setup in TypeScript
- SQLite integration
- Environment configuration
- Node.js (version 20 or higher)
- npm
-
Clone the repository:
git clone https://github.com/ilkkamtk/express-ts-sqlite.git
-
Navigate to the project directory:
cd express-ts-sqlite
-
Install the dependencies:
npm install
-
Modify
src/database/db-config.ts
as needed.
-
Start the server:
npm start
-
The server will be running at
http://localhost:3000
.
Contributions are welcome! Please fork the repository and submit a pull request.
- ilkkamtk - Original Author
This project is licensed under the Apache License 2.0. See the LICENSE file for details.