Skip to content

heathem/me-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Steps to initialize project

Virtual env setup

virtualenv env
C:\Users\mckin\me-app\env\Scripts\activate

Create backend

pip install djangorestframework
django-admin startproject api
cd api
python manage.py startapp mysite
python manage.py createsuperuser
python manage.py runserver (to start)
deactivate

Create frontend

npx create-react-app frontend
npm start (to start)

Set up styling

npm install -D tailwindcss
npx tailwindcss init

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published