This project is a simple reference for configuring the use of typescript
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js v12.20.0 or higher + Yarn 1.22.5 or higher installed on your computer. From your command line:
# Create postgres docker
$ sudo docker run --name user-postgres -e POSTGRES_PASSWORD=123 -p 5434:5432 -d postgres
# Create 'users' database
$ CREATE DATABASE users;
# Clone this repository
$ git clone https://github.com/isaac-allef/user
# Go into the repository
$ cd user
# Install dependencies
$ yarn install
# Run migrations
$ yarn typeorm migration:run
# Run it
$ yarn dev:server
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by Isaac Allef 👋