Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/billstephens2022/scratch-nestjs

My first NestJS application built from scratch. A simple starter app, with a couple of get routes that return HTML.
https://github.com/billstephens2022/scratch-nestjs

css html javascript nestjs typescript

Last synced: about 1 month ago
JSON representation

My first NestJS application built from scratch. A simple starter app, with a couple of get routes that return HTML.

Awesome Lists containing this project

README

        

# Scratch - NestJS
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

## Description

My first NestJS application built from scratch. A simple starter app, with a couple of get routes that return HTML.

### Screenshot of app:

![app screenshot - home page](screenshot.png)
![app screenshot - fun page](screenshot2.png)


## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)

## Installation

npm install

## Usage

run `npx ts-node-dev src/main.ts` in the command line of the project folder. Go to [localhost: 3000](http://localhost:3000) in your browser. Also try going to [localhost: 3000/fun](http://localhost:3000/fun)

## License
This application is covered under the MIT License.

For more information: https://opensource.org/licenses/MIT

## Contributing
N/A

## Tests
N/A

## Questions
Contact Info

GitHub user name: BillStephens2022

Link to GitHub profile: https://github.com/BillStephens2022

Email: [email protected]