Skip to content

mattg9/my-recipe-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe App Backend

This is the backend for the Recipe App project. It is built with Django and provides RESTful APIs for managing recipes.

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd recipe-app-backend
  3. Install dependencies:

    pip install -r requirements.txt

Setup

  1. Create a .env file in the project root directory:

    DEBUG=True
    SECRET_KEY=<your-secret-key>
    

    Replace with a secure random string

  2. Apply migrations:

    python manage.py migrate

Running the Server

  • To start the deployment server, run:

    python manage.py runserver
  • The server will start at http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published