Git Product home page Git Product logo

seed-zero-backend's Introduction

Seed: Zero Backend Starter code

This exercise is for Backend session in Seed: Zero.
To make sure you understand the material, there are some requirements:

  • Backend is runnable.
  • Backend has a top-level endpoint /
  • Backend can calculate a simple math in the path /calculator

Contribution

Environment

Name Version
Python 3.9

Installation

If you can use GitHub

  1. Fork this repository.

  2. Clone the project to your local machine. Open a terminal first and go to some directory.

git clone https://github.com/{your-github-account}/seed-zero-backend.git
  1. Go to your cloned directory in your machine
cd seed-zero-backend
  1. use python virtual environment
python -m venv venv
  1. Use the virtual environment
  • for MacOS/Linux
source venv/bin/activate
  • for Windows
.\venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the app
uvicorn main:app --reload
  1. Edit code in #TODO in app.py
  2. Test whether your code works by open these url in your browser.
  1. Upload your work
git add .
git commit -m "Finish work"
git push
  1. Open Pull Request in this repository.
  2. Go to your opened Pull Request and click the link in comment.

If you cannot use GitHub

  1. Download this project as zip in the green button with text "Code", select Download ZIP. Screen Shot 2565-08-27 at 20 51 13
  2. Extract file and open a terminal in the project's directory. use python virtual environment
python -m venv venv
  1. Use the virtual environment
  • for MacOS/Linux
source venv/bin/activate
  • for Windows
.\venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the app
uvicorn main:app --reload
  1. Edit code in #TODO in app.py
  2. Test whether your code works by open these url in your browser.
  1. Finish!

seed-zero-backend's People

Contributors

tboonma avatar sirateek avatar reviseuc73 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.