Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 512 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 512 Bytes

SCAF-NODE

This project has the aim of facilitating the development of API`s by providing a simple crud and command lines that aid in the development.

Getting Started

  git clone
  npm install
  NODE_ENV=dev npm start

Running the tests

for test I'm using Jest

 npm run test
 npm run test:watch
 npm run test:coverage

Authors

  • Junior Farias

License

This project is licensed under the MIT License - see the LICENSE.md file for details