Skip to content

EnviousSwan/se-shop-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

se-shop-backend

Backend part of the Software Engineering course project - Online Store RFTMarket

Build instructions (SBT)

To run the server locally:

sbt run

To run all unit tests:

sbt test

To run some particular spec:

sbt testOnly *ProductHttpSpec

To run some particular use case in the spec:

sbt testOnly *ProductHttpSpec -- -z "respond with NotFound no when such category exists" 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages