aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md55
1 files changed, 55 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..aee7f897
--- /dev/null
+++ b/README.md
@@ -0,0 +1,55 @@
+# 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