🤗 A social learning platform - Project of DSC HCMUIT
- Clone the repository frientor
If you want to clone a repository including its submodules you can use the --recursive parameter.
git clone --recursive https://github.com/hidang/frientor.git
- frientor-server
cd frientor-server
npm install
- frientor-client
cd frientor-client
npm install
- Please create an .env file or delete the .example postfix at client and server
- Server
cd frientor-server
npm run start
API Document endpoints swagger-ui Endpoint : http://localhost:3000/
- Client
cd frientor-client
npm run start
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.