Skip to content

dark-kazansky/backend-meta-capstone-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run the app

1. Install pipenv

pip install pipenv

2. Change the following information if you don't want to use them

DATABASE = django.db.backends.mysql
USER     = admindjango
PASSWORD = employee@123!
HOST     = 127.0.0.1
PORT     = 3306

3. Install dependencies

pipenv install

4. Make migrations

py manage.py makemigrations

5. Migrate

py manage.py migrate

6. Run the app

py manage.py runserver

To run tests

py manage.py test tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published