Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 705 Bytes

NEXTLEVEL FOOD

This project is a single page application bulit with NextJS where you have displayed a bunch of food recipes. There is a form that allows you to add your own new recipe to the page, using a locally hosted db.

What you can do here?

Feel free to try to create a new recipe to the database :)

Available Scripts

In the project directory, you can run:

next dev

on both fronted and backend for this to be working. Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser. Backend is located on http://localhost:8080

The page will reload when you make changes.
You may also see any lint errors in the console.