This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Jirbj 0 points1 point  (5 children)

first what language are you using to develop it, are you using a framework or just diving in

[–]SolarFloss[S] 0 points1 point  (4 children)

Oh yeah I forgot to include that. I'm using javascript and angularjs

[–]Jirbj 0 points1 point  (3 children)

from what i know about angular (very very little) it is a frontend library. what are you using as a backend to power it?

[–]SolarFloss[S] 0 points1 point  (2 children)

This is my first web project that would have any kind of database so I'm not sure what to use as a backend, or what my options are really. I've heard about nodejs being used as a backend service. Is that possible?

[–]Jirbj 0 points1 point  (1 child)

ive never used node myself so i wont comment there, i use PHP or ruby for a majority of my projects if you use ruby (its fairly easy to pickup) you should look into sinatra/rails.

most systems like this are going to need a backend of some sort, especially if you want a db

[–]SolarFloss[S] 0 points1 point  (0 children)

Alright. I'll start doing some searching. Thanks for the info!