A web blog to offer Psychology services
The project is divided in two things: Client( Front-End) and Server (Back-end) Install client dependencies
cd clientnpm install
Install server dependencies
cd servernpm install
Run the client (located in the client folder)
npm run start
Run the server (two ways)
npm run server //This is the way to run the server staticallynpm run debug //I recommend run it in this way, in order to debug continually the changes on the server
- React
- Redux
- Node.js
- Express.js
- MongoDb