Welcome to Jayterest, a semi-blog app using the Pinterest layout as a cover. It is built with NextJS, Prisma, SQLite3, TypeScript, TailwindCSS, and Jest.
Follow these steps to run the project locally:
-
Clone the Repository:
git clone https://github.com/jayinnhahn/Jayterest.git
-
Install Dependencies:
npm install
-
Run the Application:
npm run dev
Open https://localhost:3000 in your browser.
-
Run Tests:
npm run test
- NextJS: link to NextJS documentation
- Prisma: link to Prisma documentation
- SQLite3: link to SQLite documentation
- TypeScript: link to TypeScript documentation
- TailwindCSS: link to TailwindCSS documentation
- Jest: link to Jest documentation