This project was developed with the following technologies:
Importer CSV is a project to import data from CSV File
- First you have to clone it:
git clone https://github.com/luanelioliveira/importer-csv-typescript.git
- Install dependencies:
cd importer-csv-typescript yarn install
- Run application:
yarn dev:serve
- Then the server will be running in http://localhost:3333.
- You can view the documentation in http://localhost:3333/api-docs
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After merging your receipt request to done, you can delete a branch from yours.
This project is under the MIT license. See the LICENSE for details.
Made by Luan Eli Oliveira 👋 Get in touch!