Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenriqueschmitz/crud-nest.js
https://github.com/gustavohenriqueschmitz/crud-nest.js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gustavohenriqueschmitz/crud-nest.js
- Owner: GustavoHenriqueSchmitz
- Created: 2022-08-27T23:37:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T00:14:17.000Z (3 months ago)
- Last Synced: 2024-10-27T01:26:50.173Z (3 months ago)
- Language: TypeScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Nest.js
## About the project
CRUD made in nest.js.## Used technologies
- Nest.js
- MySQL## Installation
**1 -** Clone the project with the command:
```
git clone https://github.com/GustavoHenriqueSchmitz/CRUD-Nest.js.git
```**2 -** Open a terminal, access the root directory of the project and run:
```
npm i
```**3 -** Install [docker-compose](https://docs.docker.com/compose/install/)
## Running the app
**1 -** Open a terminal and run:
```
docker-compose up
```**2 -** Open another terminal, access the root directory and run:
```bash
npm run start
```## Author
**Gustavo Henrique Schmitz****Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** [email protected]