Nest React Blog Application
Using Nest.js, TypeScript, React, and MongoDB to build a simple blog application. The prototype is divided into two separate parts: backend (built with Nest.js) and frontend (built with React). If TypeScript is not installed, globally install it on your computer: npm install -g typescript Clone the repository for easy setup, which includes directories for both parts of the project (blog-backend and blog-frontend): git clone https://github.com/yemiwebby/nest-react-project.git Change directory to the newly cloned project cd nest-react-project For backend, change directory to blog-backend and install...
323.12KB
文件大小:
评论区