All Projects → akshay1027 → Quora

akshay1027 / Quora

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

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Quora

trivin
⚡️Setup your entire project quickly and easily with 1-line command ⚡️
Stars: ✭ 58 (+123.08%)
Mutual labels:  mongoose, expressjs, react-redux, axios
Vue Blog
A single-user blog built with vue2, koa2 and mongodb which supports Server-Side Rendering
Stars: ✭ 586 (+2153.85%)
Mutual labels:  yarn, mongoose, axios
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (+69.23%)
Mutual labels:  mongoose, expressjs, axios
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+96.15%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+4750%)
Mutual labels:  mongoose, expressjs, bcrypt
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (+415.38%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-65.38%)
Mutual labels:  yarn, mongoose, jwt-authentication
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+284.62%)
Mutual labels:  mongoose, expressjs, jwt-authentication
react-redux-jwt-auth
React Redux: Token Authentication example with JWT, React Router, Axios, Thunk Middleware
Stars: ✭ 86 (+230.77%)
Mutual labels:  react-redux, axios, jwt-authentication
shrtn-it
A url shortener developed as a course completion project
Stars: ✭ 16 (-38.46%)
Mutual labels:  expressjs, axios, bcrypt
task-manager
Task Manager App
Stars: ✭ 19 (-26.92%)
Mutual labels:  mongoose, expressjs, jwt-authentication
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (-3.85%)
Mutual labels:  mongoose, react-redux, axios
Node React Ecommerce
Build ECommerce Website Like Amazon By React & Node & MongoDB
Stars: ✭ 1,080 (+4053.85%)
Mutual labels:  mongoose, expressjs, axios
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+461.54%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-50%)
Mutual labels:  mongoose, expressjs, jwt-authentication
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-50%)
Mutual labels:  mongoose, expressjs, jwt-authentication
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-34.62%)
Mutual labels:  mongoose, expressjs, jwt-authentication
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (+26.92%)
Mutual labels:  mongoose, expressjs, react-redux
docker-node-mongo-react-STARTER
🐋 🍃 ⚛️ Boilerplate for Node.js, MongoDB, React Applications (with Docker)
Stars: ✭ 34 (+30.77%)
Mutual labels:  mongoose, expressjs
mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (-15.38%)
Mutual labels:  mongoose, expressjs

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].