Skip to content

This is Project Who solve Problem for Freelancers and Employees who work From Home.

Notifications You must be signed in to change notification settings

bitu2765/WorkSpace_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkSpace

Backend Repository

Work From Home Future Trend, Work Space Future Demand

This repositoy contains Database models for our application in models.py file. api directory contains all necessary files for user, admin and open api end points details and supports. basically we have two modules as user and admin. api/admin.py contains admin related api end points, api/user.py contains user related api end points.
Here we have build Web-Application using Micro-Services Archietecture and below technologies :
  1. Front-end: Angular Repo
  2. Back-end: Flask

Steps to setup project :

To use Flask project you should have python install and setup in your computer.

1. Clone repositoy using below command :

Workspace Poster.pdf

    git clone https://github.com/bitu2765/WorkSpace_Backend.git

2. Move to directory and open in any editor and use below command to create virtual environment in our project

py -3 -m venv venv

3. Necessary packages to run our project you will find in installation.txt file, now in terminal use pip utility and install the utilities provided in the file.

4. Now once all utilities get installed, now use below command to activate virtual environment

.\venv\Scripts\activate

5. Now to run flask project use below command,

 flask run --reload 

Note : If you want to change IP Adress or PORT number use below command.

 flask run --host "<ip>" --port <port>

WorkSpace

About

This is Project Who solve Problem for Freelancers and Employees who work From Home.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published