Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yarzik7/assignment-submission-portal

Assigment submission portal
https://github.com/yarzik7/assignment-submission-portal

nextjs reactjs tailwindcss typescript

Last synced: 2 days ago
JSON representation

Assigment submission portal

Awesome Lists containing this project

README

        

## Installation

1. **Clone the repository to your local machine:**

```bash
git clone https://github.com/Yarzik7/assignment-submission-portal.git
cd assignment-submission-portal
```

2. **Install the dependencies:**

```bash
npm install
# or
yarn install
# or
```

3. **Setting environment variables:**

At the root of the project, create an .env.local file and add the following variables:

NEXT_PUBLIC_API_URL=api server url

## Running the project:

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.