Skip to content

mjkuranda/yummy-app-nextjs

Repository files navigation

Yummy Web Application

The client side application using Yummy API.

🚫 This source code is protected by copyright. Unauthorized copying, modification, distribution, or use is strictly prohibited.

Technologies

This application was built using:

  • Next.js 14
  • TypeScript
  • Bootstrap 5
  • SCSS

Getting Started

First, run the development server:

npm run dev

Development

To release a new version, create your feature, changes or fix branch naming e.g. feature/your-feature-name. Next, change a version in package.json file and add a new record to CHANGELOG.md file including information what relevant was added, changed, fixed or removed. Finally, change version number at 22nd line in sidebar-content-footer.tsx.

Environmental variables

To make the application work correctly, the following environmental variables need to be added:

  • .env.local file:
    • NEXT_PUBLIC_APP_URL - URL of application
    • NEXT_PUBLIC_API_URL - URL of API
    • NEXT_PUBLIC_API_VERSION - API version, e.g. 2. API version by default is 3.

That's all

Good luck, have fun!

About

Client side application for Yummy API NestJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors