Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moZaky committed Feb 16, 2022
1 parent d86ac85 commit 8c32032
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:https://localhost:8888/status
should return
API IS UP AND RUNNING ✅
```
```
################################################
🏁 Server listening on port: 8888 🏁
################################################
info Connection to database engine has successfully established ✅
```


0 comments on commit 8c32032

Please sign in to comment.