/simple-nodejs-tests

Some simple exercises for test knowledges learned during the NodeJs courses that I'm following.

Primary LanguageJavaScriptMIT LicenseMIT

NodeJs Tests

Some simple exercises for test knowledges learned during the NodeJs courses that I'm following.

Simple form for add a new film (title and year), and a list for show all films.

Using:

  • Mongoose/MongoDB
  • Express
  • EJS templating and TailwindCSS
  • Prettier and Eslint
  • Jest for testing.

Simple URL Shortener for shorten an url.

Using:

  • Mongoose/MongoDB
  • Express
  • EJS templating and TailwindCSS
  • Prettier and Eslint
  • Jest for testing.

Simple CRUD for manage Authors and Books with Fastify.

Using:

  • Mongoose/MongoDB
  • Fastify
  • Prettier and Eslint
  • Swagger documentation with Fastify plugin
  • Tap for testing.

Simple Boilerplate CRUD with Express and Mongoose.

Using:

  • Mongoose/MongoDB
  • Express
  • Nodemon
  • Prettier and Eslint
  • Jest for testing.