Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 898 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 898 Bytes

Deversity

Deversity is an educational paltform where eductors and students can sign up effortlessly to continue there educational journey.

Run Locally

Clone the project

  git clone https://github.com/shaheergg/deversity.git

Go to the project directory of client (front-end)

  cd deversity/apps/web/client

Go to the project directory of server (backend)

  cd deversity/apps/web/server

Install dependencies for both projects

  npm install

Start the server for front-end

  npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in the server folder

DATABASE_URL

JWT_SECRET

Contributors