https://github.com/dantehemerson/amy
A scalable framework to write backend apps
https://github.com/dantehemerson/amy
api backend-api framework
Last synced: 8 months ago
JSON representation
A scalable framework to write backend apps
- Host: GitHub
- URL: https://github.com/dantehemerson/amy
- Owner: dantehemerson
- License: mit
- Created: 2020-09-06T00:46:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:34:22.000Z (about 3 years ago)
- Last Synced: 2025-03-21T19:16:42.793Z (about 1 year ago)
- Topics: api, backend-api, framework
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsc-simple-starter
Typescript Basic Template
# Use
```
git clone https://github.com/dantehemerson/tsc-simple-starter.git --depth=1
```
The move to your project
```
cd
```
and remove repo
```
rm -rf .git
```
and start yours
```
git init
```