aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-02-26 20:42:52 +0100
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-02-26 20:42:52 +0100
commit9e38bf339e2e01625a5f997a81f110dccbf16108 (patch)
tree58b021dd75daf8d690dad9a51f5d3a620980c459 /README.md
Dodao readme i foldere za backend, frontend, docs, sandbox.
Diffstat (limited to 'README.md')
-rw-r--r--README.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..9b7af449
--- /dev/null
+++ b/README.md
@@ -0,0 +1,50 @@
+# NeuroStellar - Igrannonica
+
+Simple overview of use/purpose.
+
+## Description
+
+An in-depth paragraph about your project and overview of use.
+
+## Getting Started
+
+### Dependencies
+
+* .NET 3.1
+* NodeJS
+
+### Installing
+
+* Za instalaciju zahtevanih datoteka potrebnih da bi se pokrenuo angular web sajt:
+```
+npm install -g @angular/cli
+cd .\frontend\
+npm install
+```
+* Za instalaciju ASP.NET Core:
+Visual Studio Installer > (Izaberite vasu verziju Visual Studio editora) > Modify > ASP.NET and web development > Modify
+
+### Executing program
+
+* Frontend
+```
+ng serve
+```
+ - za pokretanje na drugom portu:
+```
+ng serve --port=80
+```
+
+* Backend
+```
+TODO
+```
+
+## Authors
+
+Danijel Anđelković
+Ognjen Ćirković
+Sonja Galović
+Tamara Jerinić
+Ivan Ljubisavljević
+Nevena Bojović \ No newline at end of file