- To start the server: in
backenddir runnpm start - To start the client: in
frontenddir runnpm start
You should now be able to view the app at http://localhost:3000/.
The backend is implemented with Node+Express and the frontend with React.
- Store data in a database rather than memory
- Add test suite