Skip to content

This is a very simple web application built with Django and React

Notifications You must be signed in to change notification settings

jod35/django_react_guestbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django_react_guestbook

This is a very simple web application built with Django and React.

How to run the server

  • Enter the blog_api directory and install the project dependencies
pip3 install -r requirements.txt

  • Finally create the database with

python3 manage.py migrate

  • run program with
python3 manage.py runserver

How to run the client

  • Install dependencies with
npm install

``

- Run the project

npm start

About

This is a very simple web application built with Django and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published