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
- Host: GitHub
- URL: https://github.com/coder12git/assignment
- Owner: coder12git
- License: mit
- Created: 2023-07-31T07:00:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T11:19:09.000Z (over 2 years ago)
- Last Synced: 2025-01-01T07:07:36.857Z (12 months ago)
- Topics: nextjs, nextjs-seo, react-query, supabase-auth, tmdb-api
- Language: JavaScript
- Homepage: https://assignment-fawn-ten.vercel.app
- Size: 611 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assignment
## 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
```