aayushah711 / expense-manager

Expense Manager
0 stars 0 forks source link

Setup Node Server #3

Closed aayushah711 closed 4 years ago

aayushah711 commented 4 years ago
aayushah711 commented 4 years ago

In 1 terminal you run these commands cd backend nodemon server.js

You should see something like The server is up and running on port 5000 The database is connected It means everything is working fine

In another terminal open react app cd frontend2 npm start