TK-Backend is the backend for the Computer Engineering Program Website CMS. It is built with Express.js and uses Prisma as its ORM. JWT is used for admin authentication to modify content.
A step by step series of examples that tell you how to get a development environment running.
- Clone the repository
git clone https://github.com/Web-TK-UMN/tk-backend/
- Install the dependencies using
pnpm install
- Migrate the database using
pnpm run prisma:migrate
- Run the development server using
pnpm run dev
- Express.js - The web framework used
- Prisma - ORM
- JWT - Used for authentication
- Muhammad Fathan Ridhwan - Initial work - rdhwan
See also the list of contributors who participated in this project.
- Special thanks to Bu Monic, who brought us together as a team in this project
- Hat tip to anyone whose code was used
- Inspiration
- etc