/Bakery

Primary LanguageTypeScript

teste node api rest

Bakery

Requirements

Node 20

How to develop

  • Fork this repository
  • Clone the forked repository to your workspace
  • Install dependencies
  • Run tests
  • Develop your feature
  • Push your code to forked repo
  • Open a pull request to the base repo
git clone git@github.com:youruser/Bakery.git
cd Bakery
npm install
npm test

How to use

Rename .env.example to .env Setup the environment variables as your needs Run the start command run the server

mv .env.example .env
npm start

Recommendations

For better visualizations while in VsCode, install de recommended extensions described in .vscode/extensions.json