Skip to content

HardManDev/rs-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS Clone

LICENSE Linters checks Netlify Status

RSSchool final task.

Documentation

Run in Postman

API Documentation in postman
NOTE: For test fork this postman collection

Build

Build a server:

cd ./server
npm install
npm run build

NOTE: Build result folder: ./server/dist

Build a client:

cd ./client
npm install
npm run build

NOTE: Build result folder: ./client/dist

Start

Start a server:

cd ./server
npm run start:dev

NOTE: Default URL: http://localhost:3000

Start a client:

cd ./client
npm run start:dev

NOTE: Default URL: http://localhost:8080

Development stack

Front-end

Back-end

  • 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

Deploy

Team work

Read more at Dependency graph

License

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.