nic-pan / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Go 100.0%