alopes-dev / typeOrm

Learning TypeOrm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Build with TypeORM

This project is a simple illustration of how to make a restfull api using express, typescript, typeOrm...!

✋🏻 Prerequisites

Installation

Clone the repository, and install the dependencies by running the following commands:

  $ git clone https://github.com/AdilsonLopesDev/typeOrm.git
  $ cd typeOrm
 $ yarn  # or npm install
 $ yarn  # or npm install

Setup database settings inside ormconfig.json file

Running the application

Access the project folder and run the following command:

  $ yarn dev:server # or npm run dev:server

To run the tests, type the following command in the terminal:

yarn test

Contribution

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be ** very valuable and appreciated **.

  1. Fork the project
  2. Create a Branch for your Feature (git checkout -b feature/IncredibleFeature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'Adding an awesome Feature!)
  5. Push the Branch (git push origin feature/FeatureIncrivel)
  6. Open a Pull Request

Contacts

António Lopes

About

Learning TypeOrm


Languages

Language:TypeScript 100.0%