Skip to content
/ FaaS Public

It stands for Function as a Service. Basic Prototype how to implement Faas.It is a django based web app.It is achived with help of docker

Notifications You must be signed in to change notification settings

rohanJa/FaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

REST-api

Function as a Service and other docker related It uses docker to function.

curl Commmands are provided

An online biding project built using django framework.

Requirements

Create virtual enviornment:- Step 1 :- Create a virtualenv using below command :- python3 -m virtualenv auction

To activate virtual enviornment:- source (name of virual enviornment)/bin/activate To intiate directory with git :-

Step 2.1 :-
    git init

Step 2.2 :-
    git pull https://github.com/rohanJa/Faas.git

Step 2.3 :-
    pip install -r requirements.txt

Now to intialize project:-

Step 3.1 :-
    python manage.py makemigrations

Step 3.2 :-
    python manage.py migrate

Now run the project :-

    '''
    python manage.py runserver 127.0.0.1:8000  
    '''

About

It stands for Function as a Service. Basic Prototype how to implement Faas.It is a django based web app.It is achived with help of docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages