From 8c32032530517458f08a6c139abb6d721e560160 Mon Sep 17 00:00:00 2001 From: Mohammed Zaky Date: Wed, 16 Feb 2022 20:04:42 +0200 Subject: [PATCH] Create README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..904e2a8 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ + +# MuslaSoft Node + MongoDB + React Task + +the project is divided into 2 apps +web-client project for fronend; +web-api for node and MongoDB + +![Logo](https://images.wuzzuf-data.net/files/company_logo/Musala-Soft-Egypt-63791-1621525517.jpg) +#Node Version +Node.js v16.5.0. + +## Acknowledgements + + - [NodeJS A Clean Architecture!](https://medium.com./@alameerashraf/nodejs-a-clean-architecture-931898b00d68) + +## How to Install + +#for web api (node app) +just run +```bash +npm install +``` +after installing node packages +run + ```bash +npm start +``` +make sure sever is started +``` +http://localhost:8888/status +should return +API IS UP AND RUNNING ✅ +``` +``` + + ################################################ + 🏁 Server listening on port: 8888 🏁 + ################################################ +info Connection to database engine has successfully established ✅ + +``` + +