nagpalnitesh / cms

Home Page:https://cms-qrlx.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMS

Setup Procedure

  • Docker

    OR

  • Copy .env.example to .env

  • Get a postgres db from https://neon.tech/ (or any other provider)

  • Replace the DATABASE_URL in .env

  • Run npx prisma migrate dev to setup schema

Steps to run locally

With Docker

  • docker compose up

Without Docker

  • npm install
  • npm run db:seed to seed the database
  • npm run dev
  • Login using any userid and password 123456
  • You should be able to see some test courses

Make sure to lint and format your code before creating a PR

  • npm run lint:check to check for lint errors
  • npm run lint:fix to fix lint errors
  • npm run format:check to format the code
  • npm run format:fix to fix the formatting
  • If the code is not formatted properly, the CI will fail

Read contributing guidelines to start making contributions

About

https://cms-qrlx.vercel.app


Languages

Language:TypeScript 98.5%Language:JavaScript 0.7%Language:CSS 0.7%Language:Shell 0.1%Language:Dockerfile 0.1%