Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglaspimentel/nodejs-api-with-typescript
Quick setup for Node.js API with Typescript
https://github.com/douglaspimentel/nodejs-api-with-typescript
api jest koajs mongodb nodejs typescript
Last synced: 8 days ago
JSON representation
Quick setup for Node.js API with Typescript
- Host: GitHub
- URL: https://github.com/douglaspimentel/nodejs-api-with-typescript
- Owner: DouglasPimentel
- License: apache-2.0
- Created: 2021-07-13T14:06:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T21:54:39.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T05:08:58.702Z (9 days ago)
- Topics: api, jest, koajs, mongodb, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js API with Typescript
Quick setup for Node.js API with Typescript
# Techs
- [Node.js](https://nodejs.org/en/)
- [Koa.js](https://koajs.com/)
- [Typescript](https://www.typescriptlang.org/)
- [Jest](https://jestjs.io/pt-BR/)
- [Mongoose](https://mongoosejs.com/)# Cloning the repository
```bash
$ git clone https://github.com/DouglasPimentel/nodejs-api-with-typescript.git
```# Installing dependencies
```bash
$ yarn install
```# Running scripts
| Action | Usage |
| ------------------------- | ------------ |
| Starting development mode | `yarn dev` |
| Build for production | `yarn build` |
| Start production mode | `yarn start` |
| Linting code | `yarn lint` |
| Run tests | `yarn test` |# Author
[Douglas Pimentel](https://twitter.com/doug_pimentel)
# License
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)