Food Recipe is a responsive web-based & mobile application that provides various cooking recipes uploaded by users.
These are the libraries and service used for building this backend API
You'll need these programs installed before proceeding to installation
This project requires blanja-app-be to function properly, follow the steps provided in the readme to install and run the backend API
Follow this steps to run the server locally
- Clone this repository
git clone https://github.com/abubakar-adeni/foodNative.git
- Change directory to foodNative
cd foodNative
- Install all of the required modules
npm install
- Create and configure
.env.local
file in the root directory, example env are provided in .env.local.example
NEXT_PUBLIC_HOST=[ Backend URL ]
- Run this command to run the server in development environment
npm run start
- Run this command to build this website into production ready
npm run build
Login Page | Register Page |
Edit Profile Page | Notification Page |
Search Page | Splash Screen Page |
Upload Recipe Page | Edit Recipe Page |