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
- Host: GitHub
- URL: https://github.com/anythinglord/express-typescript
- Owner: anythinglord
- Created: 2024-02-23T00:42:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:53:14.000Z (8 months ago)
- Last Synced: 2025-01-21T22:34:59.429Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```