ShinMini Homepage Web App

Introduction

This is the repository of ShinMini Homepage Web.

you can check the web site from here shinmini.com.

Shinmini Homepage Web App is developed on React and Svelte with TypeScript.

The DataBase was configured with PostgreSQL v.15 with Prisma.

The main Back-End server was built on Nest.js framework.

Lastly the Cloud cluster is Firebase for SNS Login & Data Analyst.

Now Getting Started!

First, run the development server on Front-End side:

cd server
yarn dev

And then, run the development server on Back-End side:

Oops!, before your start the BE server, don't forget to set up the PostgreSQL server for sure :)

  • please fill the .env up to running server.
# ./server/.env

# for JWT Auth
PUBLIC_KEY="PLEASE PUT YOUR PUBLIC_KEY"
JWT_SECRET="PLEASE PUT YOUR JWT_SECRET KEY"

PORT=8080
DATABASE_URL="postgresql://${your_name}:${your_password}@localhost:5432/${your_db}?schema=${your_schema}"

# Algorithm set up
ENCRYPT_ALGORITHM ="aes-256-ctr"
# MD5 Hash of the Salt
ENCRYPT_SALT="PUT YOUR SALT INFO"
# SHA1 Hash of the password
ENCRYPT_KEY_PASSWORD="PUT YOUR PWD INFO"
cd server
yarn start:dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Top categories

Loading Svelte Themes