The objective of this project is to explore NestJS.
- Server side renderization
- Server side style-components renderization
- Dynamic rounting
- Infinite scroll
- Post store
- API integration
# First clone the repository
$ git clone https://github.com/luamfmenezes/nest-blog
# install the dependencies:
$ yarn
# or
$ npm install
# Run the application in development mode:
$ yarn dev
# or
$ npm run dev
# The server will run on Port: 3000 - access http://localhost:3000
- Eslint with standard style guide.
- Prettier
All tests were made usign jest and react-testing-library to emulate the user expirience.
The tests are organized in the same folders as the files to be tested.
# run the following command:
$ yarn test
# or
$ npm run test