Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1 KB

README.md

File metadata and controls

57 lines (40 loc) · 1 KB

Al-Karim Institute of Freelancing Website

Source code for Al-Karim Institute of Freelancing's Website.

Logo

Authors

Features

  • Course Catalog
  • Dynamic Page Rendering
  • User Authentication
  • Fully Responsive

Screenshots

homepage courses contact login register

Run Locally

  • Clone the project
  git clone https://github.com/Codewith-ARK/al-karim.git alkarim-source
  • Go to the project directory
  cd alkarim-source
  • Install dependencies
  npm install
  • Start the server
  npm run dev
  • Enter this URL in Web Browser
localhost:3000

Environment Variables

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

MONGODB_URI