Skip to content

limonatasuyu/react-nest-blog-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Nest Blog Platform

A blog platform to share ideas and information that build with React and Typescript on the frontend and Nest.js on backend and mongodb for database. It needs signing for seeing the contents inside, search functionality for users and posts and many more.

Installation

To get started with the Recipes app, follow these steps:

Clone the repository:

git clone https://github.com/limonatasuyu/react-nest-blog-platform.git
cd react-recipes-app

Install dependencies for frontend:

cd frontend
npm install

Run the frontend development server:

npm run dev

This will start the frontend app on http://localhost:5173.

Install dependencies for backend:

cd backend
npm install

Run the backend development server:

npm start

This will start the backend app on http://localhost:5000.

Testing

To run the tests, use:

cd backend
npm run test

Technologies Used

  • React: JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript.
  • MUI: UI Components library for react.
  • localStorage: Web API for storing data on the client side.
  • Nest.js: Node.js framework for building server-side applications.
  • MongoDB: Dcument oriented database.
  • Jest: Testing framework for JavaScript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages