sergeKashkin / crud-tutorial

0 stars 1 forks source link

FEAT: BE - Create express app. #4

Open sergeKashkin opened 4 months ago

sergeKashkin commented 4 months ago

Create a basic express API. No need in any special routes for now.

Implement only 1 route. GET / - return hello Lion

Put the Express directory next to our React app.