Skip to content

A crud implemented with react (front), django rest framework (back), postgres (db)

Notifications You must be signed in to change notification settings

victor-cp/djangorf-react-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DJANGO RF - REACT - POSTGRES

A crud implemented with react (front), django rest framework (back), postgres (db)

DATABASE

Create a Database in Postgres called cruddb or any if you modified backend settings

BACKEND

  • create and activate venv environment

Requirements

  • install django, djangorestframework, django-cors-headers, psycopg2

And run backend

  • python manage.py runserver

FRONTEND

install dependencies

  • npm i

in .env file change the backend path

finally run frontend

  • npm start

SS

image image

About

A crud implemented with react (front), django rest framework (back), postgres (db)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published