Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 917 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 917 Bytes

About this project

Skin Care Ingredients is a simple app that stores information about ingredients used in skincare products, explaining which skin types they are suitable for, and which ingredients are healthy or not when used in combination.

Built with:

  • Go

Getting Started

Ingredients

GET /ingredient
GET /ingredient/:id
POST /ingredient
PUT /ingredient/:id
DELETE /ingredient/:id

Skin Types

GET /skinTypes
GET /skinType/:id
POST /skinType
PUT /skinType/:id
DELETE /skinType/:id

Initial data:

Project tasks

This project is a work in progress. Tasks and what's done can be found here: https://github.com/users/nic-pan/projects/1