From dc3aacfff60e05f3077a15a903d50d1302ff37cb Mon Sep 17 00:00:00 2001 From: Danijel Andjelkovic Date: Sat, 26 Feb 2022 20:42:52 +0100 Subject: Dodao readme i foldere za backend, frontend, docs, sandbox. --- README.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3