GithubHelp home page GithubHelp logo

csc-swe-primetime's Introduction

CSC-SWE-PrimeTime

An ecommerce platform for shoe lovers

Developers

  • Yonatan Teklu
  • Natania Tedla
  • Leah Cheong
  • Amrith Balaguhan
  • Isaac Harris

Project Structure

• README.md                                             # You are here
• sprintdoc                                             # contains information about project sprints
• app
├── src
|   └── • prime.py                                      # contains the FastAPI app and event coroutines
|       ├── routers
|       |   ├── • main.py                               # contains the standard routes for the application
|       |   ├── • item.py                               # handles CRUD routes for items
|       |   └── • user.py                               # handles authentication and registration
|       ├── models
|       |   └── • datamodels.py                         # contains pydantic models for validation
|       ├── util
|       |   └── • utils.py                              # container any misc. utilities for reuse
|       └── tests                                       # contains testclient code
└──

Installation

Prepare a runtime environment

  1. Install Python 3.10 or later
  2. git clone this repo
  3. Use cd CSC-SWE-PrimeTime to enter the local repo directory
  4. Run python -m venv venv to create a virtual Python environment

Get Required Dependencies

  1. If not activated automatically, use source venv/bin/activate on Linux, venv/scripts/activate.bat on Windows CMD, or venv/scripts/Activate.ps1 on Powershell for Windows
  2. Run python -m pip install -r requirements.txt to get dependencies
    (If your Python 3 binary isn't python, use what you have eg: for py, use py -m pip ...)
    (If pip is installed to the system, leave off the call to Python)

Configure

  1. Copy .env.example to .env
  2. Generate a secret using openssl rand -hex 32
  3. Paste this secret next to the OPENSSL_SECRET = key and save the file

Execute Uvicorn via the launcher

  1. Run launch.py with python launch.py.

A production-ready execution method is planned for a later date

csc-swe-primetime's People

Contributors

yommie24 avatar cookiestudios5609 avatar

Watchers

 avatar  avatar

csc-swe-primetime's Issues

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.