zaid13 / solargrale-backend

0 stars 0 forks source link

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo

    git clone https://github.com/zaid13/solargrale-backend.git
  2. Install requirements file libraries

    pip install -r requirements.txt
  3. run

    uvicorn main:app --reload
  4. ubuntu server

    nohup uvicorn main:app --host 0.0.0.0 port 80 &

kill process

   kill -9 [PID]

List all ports and processes

   netstat -tulpn | grep 

(back to top)

Contact

Project Link: https://github.com/zaid13/solargrale-backend

(back to top)