Welcome to Allprojects 👋
Centralised store of Projects to make it shareable and powerful Search with MongoDB API (Full Stack MERN(Mongodb ,Express Js,React Js,Node js)
🏠 Homepage
✨ Demo
Clone
git clone https://github.com/Kartik1397/allprojects.git
Getting Started with AllProjects.ml
cd allprojects/client
npm install
cd server
npm install
add .env.local in Client Directory
in .env.local paste below code:
REACT_APP_API_URL= http://localhost:8000
add .env in server Directory
add below code in .env:
MONGO_URL='Mongodb-url'
CLIENT_ID='Here your google auth client Id'
Now Start both CLIENT and SERVER:
cd client
npm start
cd server
npm start
YEAH you have successfully run the Application
Contributors
- Kartik-Github: @Kartik1397
- DeepShah-Github: @deepshah1309
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a
📝 License
Copyright © 2022 Kartik Prajapati.
This project is Apache…