This project is a CRUD of a User's Entity. Developed during onboarding at Taqtile.
Important!
What you need to have already installed:
#
To run this project, you must follow these steps: Clone the repository on your machine
git clone https://github.com/indigotech/onboard-hugo-miranda.git
Then, install the project dependencies by running yarn install
in terminal.
That done, you can run the following commands in the project:
start
: Run the projectdev
: Run the project in dev mode, watching all changes.build
: Transpile code to Javascript. Output directory: ./build
typeorm
: Run TypeORM CLI commands. See more.eslint:verify
: Checks all code for lint issues.