Link to Frontend repository URL
You will need the following things properly installed on your computer.
git clone [email protected]:duquejo01/IA-BackendNode.git
this repository- change into the new directory
cd IA-BackendNode
Run npm install
to install project dependencies.
Run npm run build
to build the project. The build artifact (a .zip file containing your package and its dependencies) will be stored in the dist/
directory.
Run npm start
for local development orchestration using Serverless framework and Webpack. Also you can run it though http://localhost:8000/recognize
POST endpoint.
Run npm test
to execute the unit tests via Jest.
Run npm run test:coverage
to execute the unit tests coverage via Jest.
If you find this repo useful here's how you can help:
- Send a Merge Request with your awesome new features and bug fixes
- Wait for a Coronita 🍺 you deserve it.