Skip to content

kokapelli/Qshare2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QShare Build Status

Frontend instructions

Run the following in the frontend folder to install required packages

npm install

To start the frontend server run

npm start

Backend instructions

Run the following in the backend folder to install required packages

npm install

To start the backend server run

npm start

To run the tests run

npm test

Verifying that the backend server is working

Install Postman (or a similiar tool).

You should be able to send a GET and POST request to http://127.0.0.1:3000/api/hello

Please note that you need ot set Content-Type in header to application/json when sending body data in a POST request

Postman Example

Infrastructure for Weekly Report

About

Continuation of the joint efforts of Qshare

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published