Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renatozr/nextlevel-food
A platform for foodies to share their favorite recipes with the world
https://github.com/renatozr/nextlevel-food
css nextjs postgresql supabase
Last synced: 3 months ago
JSON representation
A platform for foodies to share their favorite recipes with the world
- Host: GitHub
- URL: https://github.com/renatozr/nextlevel-food
- Owner: renatozr
- Created: 2024-08-07T19:08:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T02:26:58.000Z (5 months ago)
- Last Synced: 2024-09-28T10:42:41.376Z (3 months ago)
- Topics: css, nextjs, postgresql, supabase
- Language: JavaScript
- Homepage: https://nextlevel-food-one.vercel.app
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About The Project
To exercise Next.js and it's App Router feature.
Based on Maximilian Schwarzmüller's Course.## Getting Started
### Prerequisites
- NPM
- Supabase Project### Installation
1. Clone the repo
```sh
git clone [email protected]:renatozr/nextlevel-food.git
```
2. Enter the directory
```sh
cd nextlevel-food
```
3. Install NPM packages
```sh
npm install
```
4. Rename .env.example file to .env.local
5. Fill in the environment variables
```sh
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
SUPABASE_DB_USER=
SUPABASE_DB_HOST=
SUPABASE_DB_NAME=
SUPABASE_DB_PASSWORD=
SUPABASE_DB_PORT=
```
6. Setup Supabase
```sh
npm run supa
```
7. Run the project
```sh
npm run dev
```