Code Monkey home page Code Monkey logo

canteenconnect's Introduction

CanteenConnect

Basically make a website so chef can see how many are coming to eat and what course This project uses django for backend work

Installation

To run this project, it is recommended to set up a Python virtual environment. This will help you isolate the project's dependencies from your system-wide Python installation. Follow the steps below to get started:

Prerequisites

  • Python 3.7 or higher installed on your system.

Setting up a Virtual Environment

  1. Open a terminal or command prompt.

  2. Navigate to the project's root directory:

    cd /path/to/CanteenConnect
  3. Create a Python virtual environment (you can replace venv with your preferred name):

    python -m venv venv
  4. Activate the virtual environment:

    • On macOS and Linux:
    source venv/bin/activate
    • On Windows:
    venv\Scripts\activate

Installing Dependencies

With the virtual environment activated, you can now install the project's dependencies:

pip install -r requirements.txt

This will install all the necessary packages listed in the requirements.txt file.

Running the Project

Start the Development Server:

To run the Django development server, use the following command:

python manage.py runserver

This will start the server, and you can access your Django project at http://127.0.0.1:8000/ in your web browser.

Deactivating the Virtual Environment

When you're done working on the project, deactivate the virtual environment:

deactivate

Happy coding!

canteenconnect's People

Contributors

antverse1 avatar xavierpereira2003 avatar

Stargazers

Shaun33016 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.