AnupK1234 / MealMatters

MealMatters is a webapp designed to overcome student food insecurity by connecting students with nearby restaurants that provide free meals.
https://mealmatters.anupkhismatrao.xyz/
MIT License
2 stars 3 forks source link

Run server and client simultaneously with concurrently - SWOC24 #52

Closed adityanandanx closed 10 months ago

adityanandanx commented 10 months ago

Issue type

Description

Please describe the issue in as much detail as possible. Include any steps that you can reproduce the issue with, and what you expected to happen versus what actually happened. I want to setup the project with concurrently so as to allow both the client and the server to run simultaneously with only a single command.

Expected behavior

What should happen? when run npm start in the root directory, both the client and the server must start.

Actual behavior

What actually happens? we have to maintain 2 terminal sessions one for client and another for server to run the project.

Additional information

Please assign me this under swoc 2024.

adityanandanx commented 10 months ago

@iMADi-ARCH assign me this under SWOC24

@Udit-UD, I cannot assign issues, I want to work on this issue myself. Only maintainers, i.e. @AnupK1234 can assign issues.