saruhan12/melon-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#backend
python .\manage.py makemigrations
python .\manage.py migrate
python .\manage.py runserver
#frontend
npm start
for backend register page testing post
{
"username": "testuser",
"email": "[email protected]",
"password": "password123",
"confirm_password": "password123"
}
{
"email": "[email protected]",
"password": "1"
}