Made with React and Node
GET /terms
Returns all the term glossary
POST /terms
Parameter | Type | Description |
---|---|---|
term |
string |
Required. |
definition |
string |
Required. |
Create a new term glossary
Install with npm
npm install
cd client
npm install
npm run build
cd ../client
npm run start