Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/billstephens2022/scratch-nestjs
- Owner: BillStephens2022
- Created: 2024-06-13T10:42:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T11:14:13.000Z (7 months ago)
- Last Synced: 2024-10-25T12:04:51.445Z (3 months ago)
- Topics: css, html, javascript, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]