Setting a Fake Backend Server in Node in Less Than 60 Seconds

added by JavaScript Kicks
9/24/2019 7:57:28 AM

1515 Views

Working as a frontend engineer and building a dummy or proof-of-concept project without a complete backend might be very challenging to set up REST API's. You can use Firebase or many other things to setup backend without writing much code. BUT, There is a way to set up an incredibly simple backend server running on your localhost.


0 comments