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
- Host: GitHub
- URL: https://github.com/akashpawar43/wizarding-media
- Owner: akashpawar43
- Created: 2024-08-10T19:16:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T20:14:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-11T20:58:54.317Z (almost 2 years ago)
- Topics: expressjs, mongodb, mongoose, nodejs, reactjs, responsive-web-design, rest-api, tailwindcss
- Language: JavaScript
- Homepage: https://akashpawarwizard.vercel.app/
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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