Skip to content

ErickA2000/mail-api

Repository files navigation

Mail API

Table of contents

Note: Check the .env.example file to know about environment variables

Developing

To start the project in development mode you need to run the following commands.

npm run build:watch

To listen for changes and transpile the code.

npm run dev

To start the server and refresh the changes.

Building

npm run build

Building with docker

docker build -t imageName:tag .

Testing

Jest as a test library

npm run test

Linting

Run the linter

npm run lint

Fix lint issues automatically

npm run lint:fix

Production

npm run start

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors