1.0.2 • Published 3 years ago

express-ts-api v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

ExpressTs

Build Status

This is a basic ExpressJs & Typescript API excercise

Quick start

This example project was uploaded at npm repository, so you can install:

Requirement

  • NodeJs

Install the package

npm install -g express-ts-api

And run the server:

express-ts-api

Let's start

Requirement

  • NodeJs
  • yarn or npm

Clone the repository

git clone https://github.com/doneber/CD-excercises/

Then enter in the directory:

cd CD-excercises/Express

Run the app

yarn start

Other commands

Build

yarn run build

Test

yarn test

Project structure

├── .gitignore
├── app.test.ts          # Test the app project
├── app.ts               # Here are all
├── db.json              # Fake JSON database
├── jest.config.js       # Jest configs
├── package-lock.json   
├── package.json         # Dependencies
├── README.md            # Info about project
├── tsconfig.json        # Dependencies
├── tsconfig.json        # Tyescript configs
├── webpack.config.js    # Webpack configs
├── yarn.lock