Skip to content

CrypticzXI/crypticzxi-portfolio-backend

Repository files navigation

CrypticzXI's Portfolio / Backend

No longer maintained for the public domain!

What this project does:

  • Use Sanity.io for a database to hold all of your wonderful artwork!
  • Allows you to show your amazing artwork off.
  • Manage buttons, add new buttons.
  • Have a custom experiance.

and much more!

Getting Started

This repo should be setup first! Please do this (CrypticzXI-Portfolio-Frontend) after.

  1. install the packages:
npm i
  1. create your project on Sanity.

  2. copy your ProjectID. Your going to need this.

  3. Setup Sanity with my schems, open sanity.json:

Replace "project" => "name" with your project name.
Replace "api" => "projectId" with the project id you copied earlier.
  1. Start the sanity dashboard:
sanity start
  1. Your done with this repo, Visit localhost:3333

  2. Setup the Next.js Frontend. => (CrypticzXI-Portfolio-Frontend)