FrancineMBerto / petshop-api

This is a a Pet Shop API to show my students from Cubos Academy how to create a simple CRUD (Create, Read, Update, Delete), using Express framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pet shop API

Languages used Repository size Last commit

About

This is a a pet shop api to show my students from Cubos Academy how to create a simple CRUD (Create, Read, Update, Delete) in memory, using Express framework.

Run

To run this project locally, you need to:

  • Install dependencies
npm install
  • Run each project with
npm run start

Contributing

This repository is using Gitflow Workflow and Conventional Commits, so if you want to contribute:

  • create a branch from develop branch;
  • make your contributions;
  • open a Pull Request to develop branch;
  • wait for discussion and future approval;

I thank you in advance for any contribution.

Status

Maintaining

License

MIT

About

This is a a Pet Shop API to show my students from Cubos Academy how to create a simple CRUD (Create, Read, Update, Delete), using Express framework

License:MIT License


Languages

Language:JavaScript 100.0%