An open API service indexing awesome lists of open source software.

https://github.com/codewith-ark/al-karim

website for the AL-Karim institute of technology
https://github.com/codewith-ark/al-karim

freeresources webdevelopment website website-design

Last synced: 11 days ago
JSON representation

website for the AL-Karim institute of technology

Awesome Lists containing this project

README

          

# Al-Karim Institute of Freelancing Website

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

![Logo](public/assets/brand-logo-(dark).svg)

## Authors

- [@codewith-ark](https://www.github.com/codewith-ark) - **Lead Developer**

## Features

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

## Screenshots

![homepage](screenshots/home.png)
![courses](screenshots/courses.png)
![contact](screenshots/contact.png)
![login](screenshots/login.png)
![register](screenshots/register.png)

## Run Locally

- **Clone the project**
```bash
git clone https://github.com/Codewith-ARK/al-karim.git alkarim-source
```

- **Go to the project directory**
```bash
cd alkarim-source
```

- **Install dependencies**
```bash
npm install
```

- **Start the server**
```bash
npm run dev
```

- **Enter this URL in Web Browser**
```bash
localhost:3000
```

## Environment Variables

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

`MONGODB_URI`