Skip to content

From-Far-Away/ItSays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT SAYS - SERVER RESTFUL FOR SAY IT! ANDROID APP

Installation procedure

Install dependencies (git, nodejs, npm) with Debian:

apt-get install curl
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install --yes nodejs
sudo apt-get install git-core

In any folder :

git clone git@github.com:From-Far-Away/ItSays.git
cd ItSays
npm install
echo -e "DB_HOST=<your_host>\r\nDB_USER=<your_user_credentials>\r\nDB_PASSWORD=<password>\r\nTOKEN_DURATION=<token duration in milliseconds>" >> .env

And to run it :

node server.js

About

RESTFull Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors