Skip to content

Commit 8cb02e9

Browse files
committed
Edited readme.md
1 parent 7ccf14d commit 8cb02e9

File tree

1 file changed

+98
-1
lines changed

1 file changed

+98
-1
lines changed

README.md

+98-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,98 @@
1-
postgres-pipeline
1+
<div align="center" id="top">
2+
<img src="./.github/app.gif" alt="Postgres Pipeline" />
3+
4+
&#xa0;
5+
6+
<!-- <a href="https://postgrespipeline.netlify.app">Demo</a> -->
7+
</div>
8+
9+
<h1 align="center">Postgres Pipeline</h1>
10+
11+
<p align="center">
12+
<img alt="Github top language" src="https://img.shields.io/github/languages/top/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline?color=56BEB8">
13+
14+
<img alt="Github language count" src="https://img.shields.io/github/languages/count/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline?color=56BEB8">
15+
16+
<img alt="Repository size" src="https://img.shields.io/github/repo-size/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline?color=56BEB8">
17+
18+
<img alt="License" src="https://img.shields.io/github/license/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline?color=56BEB8">
19+
20+
<!-- <img alt="Github issues" src="https://img.shields.io/github/issues/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline?color=56BEB8" /> -->
21+
22+
<!-- <img alt="Github forks" src="https://img.shields.io/github/forks/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline?color=56BEB8" /> -->
23+
24+
<!-- <img alt="Github stars" src="https://img.shields.io/github/stars/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline?color=56BEB8" /> -->
25+
</p>
26+
27+
<!-- Status -->
28+
29+
<!-- <h4 align="center">
30+
🚧 Postgres Pipeline 🚀 Under construction... 🚧
31+
</h4>
32+
33+
<hr> -->
34+
35+
<p align="center">
36+
<a href="#dart-about">About</a> &#xa0; | &#xa0;
37+
<a href="#sparkles-features">Features</a> &#xa0; | &#xa0;
38+
<a href="#rocket-technologies">Technologies</a> &#xa0; | &#xa0;
39+
<a href="#white_check_mark-requirements">Requirements</a> &#xa0; | &#xa0;
40+
<a href="#checkered_flag-starting">Starting</a> &#xa0; | &#xa0;
41+
<a href="#memo-license">License</a> &#xa0; | &#xa0;
42+
<a href="https://github.com/{{YOUR_GITHUB_USERNAME}}" target="_blank">Author</a>
43+
</p>
44+
45+
<br>
46+
47+
## :dart: About ##
48+
49+
Describe your project
50+
51+
## :sparkles: Features ##
52+
53+
:heavy_check_mark: Feature 1;\
54+
:heavy_check_mark: Feature 2;\
55+
:heavy_check_mark: Feature 3;
56+
57+
## :rocket: Technologies ##
58+
59+
The following tools were used in this project:
60+
61+
- [Expo](https://expo.io/)
62+
- [Node.js](https://nodejs.org/en/)
63+
- [React](https://pt-br.reactjs.org/)
64+
- [React Native](https://reactnative.dev/)
65+
- [TypeScript](https://www.typescriptlang.org/)
66+
67+
## :white_check_mark: Requirements ##
68+
69+
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.
70+
71+
## :checkered_flag: Starting ##
72+
73+
```bash
74+
# Clone this project
75+
$ git clone https://github.com/{{YOUR_GITHUB_USERNAME}}/postgres-pipeline
76+
77+
# Access
78+
$ cd postgres-pipeline
79+
80+
# Install dependencies
81+
$ yarn
82+
83+
# Run the project
84+
$ yarn start
85+
86+
# The server will initialize in the <http://localhost:3000>
87+
```
88+
89+
## :memo: License ##
90+
91+
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
92+
93+
94+
Made with :heart: by <a href="https://github.com/{{YOUR_GITHUB_USERNAME}}" target="_blank">{{YOUR_NAME}}</a>
95+
96+
&#xa0;
97+
98+
<a href="#top">Back to top</a>

0 commit comments

Comments
 (0)