Skip to content

arthur-debiasi/trybe-back-end-trybesmith

Repository files navigation

Trybe Project - Trybesmith.

💻 Project

This RESTful API for a medieval item shop was built with Node.js and TypeScript to manage login, transactions, and customer data.

🚀 Built With

Node.jsMySQLTypescript

📌 Skills

  • Programming in TypeScript language;
  • Develop a CRUD API (Create, Read, Update and Delete);
  • Develop endpoints to read and write to a MySQL database.

Getting Started

⬇️ Dependencies

npm install

⚡ Running the Aplication

Initially, you need to configure a MySQL database:

  • Defining environment variables in an .env file;
  • Creating the database and tables with:
npm run restore

If desired, the application can be started in development mode with:

npm run dev

The application can be started with:

npm start

🧪 Testing the Aplication

npm test

💬 Contact Me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published