This project is an example of how to create a restful api using express with typescript and typeorm!
Clone the repository, and install the dependencies by running the following commands:
$ git clone https://github.com/jmamadeu/typeorm-example.git
$ cd typeorm-example
$ yarn # or npm install
Setup database settings inside ormconfig.json
file.
Access the project folder and run the following command:
$ yarn dev:server # or npm run dev:server
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 **.
- Fork the project
- Create a Branch for your Feature (
git checkout -b feature/IncredibleFeature
) - Add your changes (
git add .
) - Commit your changes (
git commit -m 'Adding an awesome Feature!
) - Push the Branch (
git push origin feature/FeatureIncrivel
) - Open a Pull Request
João Amadeu - [Linkedin](https://www.linkedin.com/in/jo%C3%A3o-amadeu-8812291a5/)