Skip to content

Commit 376b4c2

Browse files
committed
update README.md
Signed-off-by: Hatim Sawai <hatimsawai76@gmail.com>
1 parent 42e4316 commit 376b4c2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

+39
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
11
# notesapp
2+
This is a simple notes app built with React and Django.
3+
4+
## Requirements
5+
1. Python
6+
2. Node.js
7+
3. React
8+
9+
## Installation
10+
1. Clone the repository
11+
'''
12+
git clone https://github.com/Hitstar53/notesapp.git
13+
'''
14+
2. Create a virtual environment and activate it
15+
'''
16+
virtualenv venv
17+
venv/bin/activate
18+
'''
19+
3. Install the requirements
20+
'''
21+
pip install -r requirements.txt
22+
'''
23+
4. Run the server
24+
'''
25+
python manage.py runserver
26+
'''
27+
28+
## Frontend - REACT
29+
5. Open another terminal and navigate to the mynotes directory
30+
'''
31+
cd mynotes
32+
'''
33+
6. Install the dependencies
34+
'''
35+
npm install
36+
'''
37+
7. Run the app
38+
'''
39+
npm start
40+
'''

0 commit comments

Comments
 (0)