Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chanlito/simple-todos
A simple web application powered by Nuxt.js 💚 & Nest Framework 😻
https://github.com/chanlito/simple-todos
express nest nestjs typescript
Last synced: about 2 months ago
JSON representation
A simple web application powered by Nuxt.js 💚 & Nest Framework 😻
- Host: GitHub
- URL: https://github.com/chanlito/simple-todos
- Owner: chanlito
- License: mit
- Archived: true
- Created: 2018-01-01T15:51:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T09:12:43.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T07:01:11.208Z (5 months ago)
- Topics: express, nest, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 90
- Watchers: 6
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Todos 📒
## Description
**Simple Todos** is a simple web application powered by Nuxt.js 💚 & Nest Framework 😻
## Environment Variables
> You can set your application environment variables by creating a `.env` file. (There is an `.env.example` file to follow.)
## Installation
```bash
npm install
```## Start
```bash
npm start
```## Development
```bash
npm run dev
```## Test
```bash
npm test
```