Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Arquitetura Rest NodeJs


Projeto do curso de arquitetura rest com NodeJs na DIO


GitHub License
GitHub top language
GitHub last commit
GitHub issues open
GitHub closed issues
GitHub pull request open
GitHub closed pull requests

## 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.