mjkuranda / yummy-app-nextjs

Client side application for Yummy API NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yummy Web Application

The client side application using Yummy API.

Technologies

This application was built using:

  • NextJS 13
  • 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.

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

That's all

Good luck, have fun!

About

Client side application for Yummy API NestJS


Languages

Language:TypeScript 69.3%Language:SCSS 30.5%Language:JavaScript 0.2%