Skip to content

Building An Exclusive Community of PEC Graduates and Students.The main features of the website are “PEC Quora” and “PEC Connect”

Notifications You must be signed in to change notification settings

akshay1027/Quora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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.

Forks Stars License

Technology Stack 🛠️

  • Coding Languages:
  • JavaScript

(MERN Stack)

  • Tools & Technologies:

  • React MongoDB Express.js NodeJS Skill Skill Skill Skill Skill

  • Project Management Tools:

  • postman GitHub Git Markdown Skill

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!

Setup Guidelines

Clone the repository -

git clone https://github.com/purnima143/Kurakoo.git

Backend

  1. Open your CLI.

  2. Create a .env file and paste the MONGO_URL in the given format

    MONGO_URL = <your_url>
    

    NOTE: To get the MONGO_URL, take a look at this article for reference Connection String URI Format

  3. Install the dependencies by running

    yarn install
    
  4. Run the server

    yarn run dev
    

Frontend

  1. Run cd client on your CLI.

  2. Install the dependencies by running

    yarn install
    
  3. Run the server

    yarn start
    

NOTE: To run the Frontend side of the application is recommended to run the backend server too.

Releases

No releases published

Packages

No packages published