An project to develop a CRUD (Create, Read, Update and Delete) of medieval items, in the form of an API, using Typescript.
In this project developed during the course of Trybe, it was proposed to create a store of medieval items, such as those swords made to order for a specific person, in the form of an API, using Typescript and Sequelize.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/vitoraok1/ts-sequelize-trybesmith-trybe
- Enter in directory
cd ts-sequelize-trybesmith-trybe
- Install dependencies
npm install
- Start application
npm start
- Have fun!
- Vitor Aoki - Web development Student - Vitor Aoki - All Work