An open API service indexing awesome lists of open source software.

https://github.com/anythinglord/express-typescript

Simple RESTful API built with Node.js, Express, and TypeScript
https://github.com/anythinglord/express-typescript

Last synced: 3 months ago
JSON representation

Simple RESTful API built with Node.js, Express, and TypeScript

Awesome Lists containing this project

README

        

# Express TypeScript API

This is a simple API built with Node.js, Express, and TypeScript.

## Features

- RESTful API endpoints for CRUD operations
- TypeScript for static typing and better code maintainability
- Express for handling HTTP requests
- MongoDB for data storage

## Prerequisites

- Node.js installed on your machine
- MongoDB cooming soon

## Getting Started

1. Clone the repository:

```bash
git clone https://github.com/anythinglord/express-typescript
```
2. Entry in the folder and install dependencies

```bash
cd express-typescript && npm i
```
3. Start the Api

```bash
npm run dev
```