Skip to content

Willey training project - Pre-placement Question and Answer System

Notifications You must be signed in to change notification settings

swethanaidu/ppqas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppqas - Pre-Placement Q&A System

Terminal 1

  • To Create New Server Project
    • cd server
    • npm i express nodemon cors
    • npm i express body-parser mongoose concurrently
    • npm i -D nodemon
    • npm i jsonwebtoken
    • npm i bcryptjs config
  • To run the server
    • npm start server // to run nodemon server
    • npm start client // to run client - reactjs
    • npm start dev // to run concurrently both (nodemon server) & (client - reactjs)

Terminal 2

  • To Create New Client Project

    • cd client
    • npm i react-router-dom bootstrap
    • npm install -s node-sass
    • npm install react-bootstrap --save
    • npm install reactstrap react-transition-group
    • npm i uuid
    • npm i redux react-redux redux-thunk
    • npm install react-icons --save
    • npm install date-fns
    • npm install http-server
    • npm i -D --save-exact [email protected]
  • To run the client

    • npm start

Production Link : "http://ppqas.herokuapp.com"

About

Willey training project - Pre-placement Question and Answer System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published