joefelx / pocs

0 stars 0 forks source link

Development: Setup a basic server using Express. #1

Open joefelx opened 4 weeks ago

joefelx commented 4 weeks ago
  1. Install Express package.
  2. Set up the Express server.
  3. Create a default GET route "/" and return a response in JSON format like
    {
    status: 200,
    message: "Hello"
    }
Sundhar22 commented 3 weeks ago

I will complete it as soon as possible

joefelx commented 3 weeks ago

@Sundhar22 Are you working on it or not? If not, I can assign others.

Sundhar22 commented 3 weeks ago

I will start today @joefelx

joefelx commented 3 weeks ago

Ok.