API Documentation in postman
NOTE: For test fork this postman collection
cd ./server
npm install
npm run build
NOTE: Build result folder: ./server/dist
cd ./client
npm install
npm run build
NOTE: Build result folder: ./client/dist
cd ./server
npm run start:dev
NOTE: Default URL: http://localhost:3000
cd ./client
npm run start:dev
NOTE: Default URL: http://localhost:8080
- TypeScript
- ESLint - for lint source code
- Prettier
- ❤️NestJS - back-end framework
- MongoDB - database for back-end
- mongoose - ORM for work with MongoDB
- JWT - for simple authorization & authentication
- bcrypt - for encrypt passwords
- Git Flow
- GitHub Projects
- GitHub Actions - for lint project on pull request
Read more at Dependency graph
This software is licensed under the MIT license. Please see the LICENSE file for more information.
You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.
RS Clone
Copyright (c) 2023 HardManDev, VasaSkor, Alexey Zhuchkov. All right reserved.