Skip to content

scriptnull/wordy-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordy-backend

backend for scriptnull/wordy

Prerequisites

npm install -g grunt-cli
  • Sails.js
npm install -g sails

Running

Clone this repo

git clone https://github.com/scriptnull/wordy-backend.git

Run a mongoDB instance

mongod --dbpath "D:\mongoDbFiles"

Here all the files related to database will be autogenerated by sails app in the path "D:\mongoDbFiles"

change directory to wordy-backend/app

npm install -g 

Run the server

npm start

or

sails lift

The server will give an endpoint at POST http://localhost:1337/parse which will get a file with srcfile param in it and parse , insert to database and send back the response.

About

backend for scriptnull/wordy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors