File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ This section guides you through submitting an enhancement suggestion for CONTRIB
109109
110110#### How Do I Submit a Good Enhancement Suggestion?
111111
112- Enhancement suggestions are tracked as [ GitHub issues] https://github.com/genie360s/Fulusi/issues/new/choose ).
112+ Enhancement suggestions are tracked as [ GitHub issues] ( https://github.com/genie360s/Fulusi/issues/new/choose ) .
113113
114114- Use a ** clear and descriptive title** for the issue to identify the suggestion.
115115- Provide a ** step-by-step description of the suggested enhancement** in as many details as possible.
Original file line number Diff line number Diff line change @@ -76,25 +76,31 @@ pip install -r requirements.txt
7676flask --app flaskr init-db
7777```
7878
79- 11 . Run the Flask development server, with debug option and port option
79+ 11 . Create a ``` .env ``` file and copy contents from ``` example.env ``` file and edit with respect to your variables
80+
81+ ``` bash
82+ touch .env && cp example.env .env
83+ ```
84+
85+ 12 . Run the Flask development server, with debug option and port option
8086
8187``` bash
8288flask --app flaskr run --debug --port 8070
8389```
8490
85- 12 . Navigate to the "/api/" directory
91+ 13 . Navigate to the "/api/" directory
8692
8793``` bash
8894cd api
8995```
9096
91- 13 . Run the API server
97+ 14 . Run the API server
9298
9399``` bash
94100python3 api.py
95101```
96102
97- 14 . Hooray 🚀 ! Now the Project is ready and running
103+ 15 . Hooray 🚀 ! Now the Project is ready and running
98104
99105## How I contribute ?
100106
You can’t perform that action at this time.
0 commit comments