Quora
🔰
Quora For PEC Building An Exclusive Community of PEC Graduates and Students.
The main features of the website are “PEC Quora” and “PEC Connect”, The objective is to improve awareness of our students about the Industry, give career guidance, connect with Industry experts who are alumni of our institute.
🛠️
Technology Stack
(MERN Stack)
Project Creator 👐🏻 Akshay R R
🧰
Learning Resources Resources are great but I believe in learn by doing! So search for "MERN stack project" in youtube and follow along the way! Then you can learn by contributing to open source, learning for others projects, articles and blogs!
- Figma for Developers
- Git Documentation
- GitHub Guides
- React
- React Routing Video
- Top 5 Skills you must read before working with react
Setup Guidelines
Clone the repository -
git clone https://github.com/purnima143/Kurakoo.git
Backend
-
Open your CLI.
-
Create a
.env
file and paste the MONGO_URL in the given formatMONGO_URL = <your_url>
NOTE: To get the MONGO_URL, take a look at this article for reference Connection String URI Format
-
Install the dependencies by running
yarn install
-
Run the server
yarn run dev
Frontend
-
Run
cd client
on your CLI. -
Install the dependencies by running
yarn install
-
Run the server
yarn start
NOTE: To run the Frontend side of the application is recommended to run the backend server too.