Skip to content

finalisti/express-ts-sqlite

Repository files navigation

Testitulokset:

Express TypeScript SQLite

An Express.js application template written in TypeScript using SQLite for database management.

Table of Contents

  • Introduction
  • Features
  • Installation
  • Usage
  • Contributing
  • License

Introduction

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.

Features

  • Express.js server setup in TypeScript
  • SQLite integration
  • Environment configuration

Installation

Prerequisites

  • Node.js (version 20 or higher)
  • npm

Steps

  1. Clone the repository:

    git clone https://github.com/ilkkamtk/express-ts-sqlite.git
  2. Navigate to the project directory:

    cd express-ts-sqlite
  3. Install the dependencies:

    npm install
  4. Modify src/database/db-config.ts as needed.

Usage

  1. Start the server:

    npm start
  2. The server will be running at http://localhost:3000.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Contributors

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published