Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 984 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 984 Bytes

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"