Skip to content

TitansonFlutter/TourVago-Backend-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Api : TourVago App

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.

Steps

  1. Clone the repo

    git clone https://github.com/TitansonFlutter/TourVago-Backend-Api.git
  2. Install The Virtual Environment if none

    python3 -m venv venv
  3. Install Requirements.txt packages

    pip3 install -r requirements.txt
  4. Change the Database URI in the setting.py file if using local database

  5. Run create .py

    python3 create.py
  6. Run the server

    FLASK_APPLICATION=app
    FLASK_DEBUG=1
    flask run

Git commands

Some of git commands, throughout the project...

  1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  2. Commit your Changes (git commit -m 'Add some AmazingFeature')
  3. Push to the Branch (git push origin feature/AmazingFeature)
  4. Open a Pull Request

About

Backend Api for a Mobile Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages