Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menu App

This is a simple app for creating, retrieving, updating, deleting, and listing menu items and prices using Django, Django REST, and Next.js. It is based off the project featured in koladev32's blog.

Starting with Django and React

First launch the API server.

cd django-api-nextjs
python3.11 -m venv venv
pip install -r requirements.txt

python manage.py migrate
python manage.py runserver

The API server will be available at http://localhost:8000/.

Then launch the React client.

cd menu-frontend
npm install
npm run dev

The React client will be available at http://localhost:3000/.

About

REST API and CRUD app for interacting with menu items and prices, built with Django, Django REST, and Next.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages