-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin Hannigan edited this page Mar 22, 2017
·
7 revisions
Getting Started (like, from the very very beginning):
- Install NodeJS on your computer.
- Open a terminal, go to the project directory
- Execute
npm install
- Next, I think you need to install gulp globally via npm, so run
npm install -g gulp
- Next, run
gulp
to "build" the code - Run
npm start
to start your server running - HAH! Gotcha, it doesn't work. You need a ".env" file in the project directory with the info for the database. There is not currently a way to do this without using the specific database that I am using. Thus, if you know me, and I know you, you need to ask me for the .env file so you can get running. If you do not know me, you need to go into the code and edit the mongoose stuff to point to your own database. I'm not making a guide on that, because that would be a silly task, and I try to avoid doing silly tasks.