Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)