/skincare-ingredients

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.

Primary LanguageGo

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