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

https://github.com/coder12git/assignment

Built with NextJS
https://github.com/coder12git/assignment

nextjs nextjs-seo react-query supabase-auth tmdb-api

Last synced: 10 months ago
JSON representation

Built with NextJS

Awesome Lists containing this project

README

          

# Assignment

Demo Video

## Important Links

- To access the **login page** click on **launch app** button on home page or go to ``/auth/login``

- To access the **signup page** go to ``/auth/signup``

> Note -> Once you are login you will be redirected to **dashboard page**.
> You can't access the dashboard page if you are not authenticated.

## Setting up Local Development

1. Clone the repository

```
git clone https://github.com/coder12git/Assignment.git
```

2. Navigate to the project folder

```
cd Assignment/project
```

3. Install dependencies

```
npm install
```

4. Create a file named `.env` in the **project** folder

5. Copy contents of `config.copy.env` to `.env` and replace all the environment variables

6. To start the server run

```
npm run dev
```