Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wellers0n/jest-everywhere
Use jest anywhere
https://github.com/Wellers0n/jest-everywhere
backend frontend jest jest-mocking jest-snapshots jest-tests nestjs nextjs
Last synced: 2 days ago
JSON representation
Use jest anywhere
- Host: GitHub
- URL: https://github.com/Wellers0n/jest-everywhere
- Owner: Wellers0n
- Created: 2023-08-19T21:08:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T21:29:43.000Z (about 1 year ago)
- Last Synced: 2024-08-01T21:56:48.078Z (3 months ago)
- Topics: backend, frontend, jest, jest-mocking, jest-snapshots, jest-tests, nestjs, nextjs
- Language: TypeScript
- Homepage: https://jest-everywhere.vercel.app
- Size: 3.58 MB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jest-everywhere
## Fullstack typescript/javascript
Jest-everywhere uses a stack full `JS/TS` on the frontend and backend, I'm making this project to improve
my skills!## Node version
Use node `v18.12.1`
## Initiating in the your PC
- For clone the project `git clone https://github.com/Wellers0n/jest-everywhere.git`
- Enter in the folder `cd jest-everywhere/`## Install dependencies
```sh
yarn
```## Init application
Init docker-compose
At the root directory, run the following command:
### docker-compose
```sh
docker-compose up -d
```## Listening in
frontend port: `http://localhost:3000`
backend port: `http://localhost:3001`
## API Docs
Visit [http://localhost:3001/docs/](http://localhost:3001/docs/) for more information about the documentation
## Stack used
[NextJS](https://nextjs.org/)
[NestJS](https://nestjs.com/)
[Postgresql](https://www.postgresql.org/)
[Docker](https://www.docker.com/)
[Jest](https://jestjs.io/pt-BR/)
[Swagger](https://swagger.io/)
[Docker-compose](https://docs.docker.com/compose/)
[Yarn](https://yarnpkg.com/en/)
[WorkSpaces](https://yarnpkg.com/lang/en/docs/workspaces/)
[Material-IU](https://mui.com/)