Skip to content

Commit 1b4a667

Browse files
First ReadMe.md
1 parent 68d7096 commit 1b4a667

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# GoSign
22
Open source electronic signature system
3+
<br>
4+
5+
## Install
6+
```git clone https://github.com/AsahiSoftWareEngineer/GoSign.git ```
7+
<br>
8+
9+
## Enviroment
10+
+ ServerSide -> Python3 & Django
11+
+ Database -> PostgreSQL
12+
+ ClientSide -> Pure CSS& Pure html & Pure Javascript
13+
<br>
14+
15+
## Create Admin User
16+
```$source Gosign/bin/activate```
17+
18+
next...
19+
20+
```$cd Gosign/mysite ```
21+
22+
next...
23+
24+
```python3 manage.py createsuperuser ```
25+

0 commit comments

Comments
 (0)