Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renantrs/arq-rest-node-dio
Projeto do curso de arquitetura rest com NodeJs na DIO
https://github.com/renantrs/arq-rest-node-dio
express nodejs postgresql restapi sql typescript
Last synced: about 1 month ago
JSON representation
Projeto do curso de arquitetura rest com NodeJs na DIO
- Host: GitHub
- URL: https://github.com/renantrs/arq-rest-node-dio
- Owner: RenanTRS
- License: mit
- Created: 2022-07-01T20:04:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T16:26:07.000Z (over 2 years ago)
- Last Synced: 2024-10-24T14:28:02.580Z (3 months ago)
- Topics: express, nodejs, postgresql, restapi, sql, typescript
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Arquitetura Rest NodeJs
Projeto do curso de arquitetura rest com NodeJs na DIO
## How to use
To clone and run this project, you'll need **[Git](https://git-scm.com)**, **[node v14.19.3](https://nodejs.org/en/)** or higher + **[yarn v1.22.15](https://yarnpkg.com)** or higher installed on your computer. From your command line:
```bash
#Clone this repository
$ git clone https://github.com/RenanTRS/arq-rest-node-dio#Go into the repository
$ cd arq-rest-node-dio#Install dependencies
$ yarn
#or
$ npm i#Run dev
$ yarn dev
# or
$ npm run dev#Build
$ yarn build
#or
$ npm run build#Run build
$ yarn start
#or
$ npm run start
```## Built with
- [NodeJs](https://nodejs.org/en/)
- [TypeScript](https://www.typescriptlang.org/)
- [Express](https://www.npmjs.com/package/express)
- [ts-node-dev](https://www.npmjs.com/package/ts-node-dev)
- [Babel](https://babeljs.io/docs/en/)
- [Postgresql](https://www.postgresql.org/)
- [EsLint](https://eslint.org/)
- [Prettier](https://prettier.io/)## Contact
- Email me - [email protected]
- Connect with me on [LinkedIn](https://www.linkedin.com/in/renantrsouza/)## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/renantrs/arq-rest-node-dio/blob/main/LICENSE) file for details.