Skip to content

attacomsian/fortunica-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortunica API

Follow the below instructions to run and test the REST API.

1. Clone the repository

$ sudo git clone https://github.com/attacomsian/fortunica-nodejs.git

2. Open directory

$ cd fortunica-nodejs

3. Install Dependencies

$ npm install

4. Test API

$ npm run test

5. Run API

$ npm run start

That's all. Once the node app is started, the API is available at http://localhost:3000.