KU People is the web application project for Kasetsart University
Before run the app please install node modules for each folders first, go to the folder and type npm install
- Install via git :
git clone https://github.com/qqunx9999/KUPEOPLE_FULLSTACK.git
at the destination folder - Go to the folder and Install adminmongo :
git clone https://github.com/mrvautin/adminMongo.git
or direct to his site at Here- go to adminmongo project and type
npm start
ornode app
- go to adminmongo project and type
- In frontend part we use React (Javascripts library) for building user interface, this is how to use.
- go to frontend project and type
npm start
in command line - List of addittional library that you need to install
- react bootstrap :
npm install react-bootstrap bootstrap
- formik form :
npm install --save formik
- Yup validate :
npm install --save yup
- react bootstrap :
- go to frontend project and type
- In backend part we use Nestjs (server-side application framework) for building application, this is how to use
- go to backend project and type
npm run start
in command line - List of additional library that you need to install
- typeorm :
npm install --save @nestjs/typeorm typeorm
- nest mongodb :
npm install -save-dev @types/mongodb mongodb
- class-validator and class-transformer :
npm i --save class-validator class-transformer
- nest passport
npm install --save @nestjs/passport passport passport-local
npm install --save-dev @types/passport-local
npm install --save @nestjs/jwt passport-jwt
npm install --save-dev @types/passport-jwt
- nest encrypt :
npm install brcypt --save
- nest platform:
npm i @nestjs/platform-express --save
- nest uuid:
npm i uuid --save
- typeorm :
- go to backend project and type