Commit 4f8b7542 authored by Adarsh's avatar Adarsh

Update README.md

parent c1dab4f9
......@@ -29,3 +29,9 @@ ng serve --host local_ip --port port_no
Here, *local_ip* is your computer's local ip adress and *port_no* is the port number (default value 4200) at which the website will be hosted. Use the ip adress *0.0.0.0* to make it available from any network. Note that the XAMPP server is already running while you are following the above three steps. The XAMPP server can also be started after starting the angular server, using `./xampp start` command in the `/opt/lampp/` directory.
Now, you can open the website on your browser and the default Registration/Login page will open.
## Documentation
Documentation Folder contains three folders i.e, backend (for the backend php files), frontend (documentation of frontend parts with description of components) and frontend-dom (documentation of frontend parts with DOM models).
To access the documentation pertaining to each parts go to `index.html` in each sub directory of documentation folder.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment