An open API service indexing awesome lists of open source software.

https://github.com/akashpawar43/wizarding-media


https://github.com/akashpawar43/wizarding-media

expressjs mongodb mongoose nodejs reactjs responsive-web-design rest-api tailwindcss

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

🛠️ Installation Steps:

1. cd Server

2. Install dependencies for Server

```
npm install
```

3. create .env file same as .env.sample insert your Mongodb URL

```
PORT = 4000
MONGO_URL = YOUR_MONGO_URL
```

4. Start Server

```
npm start
```

5. Open Separate terminal for Client

6. cd Client

7. Install dependencies for Client

```
npm install
```

8. Run Client

```
npm run dev
```

9. Open any browser and enter or copy this url and paste it in

```
http://localhost:5173
```



💻 Built with

Technologies used in the project:

* React.Js
* Node.Js
* Express.JS
* Mongodb
* Tailwind CSS