Ociantic is a cloud media storing app
GET /api/gallery
POST /api/gallery
Body | Type | Description |
---|---|---|
image |
string (base64) |
Required. The base 64 data of the image |
Install project with npm
cd server && npm install
cd client && npm install
cd server && npm run start
cd client && npm run start