Stock-Prince is a platform designed to help new investors gain confidence and experience in the stock market. It provides a simulated trading environment where users can practice trading with dummy stocks, without the risk of losing real money. In addition, with our innovative direct lending prototype, you can lend and borrow money without banks or middlemen.
One of the key features of Stock-Prince is the real-time stock data it provides. Users can view current prices, price charts, and recommendations to help them make informed decisions about their investments. This data is updated in real-time, allowing users to stay up-to-date with market trends and make timely decisions.
In addition to stock market data, Stock-Prince also provides recommendations to buy their dream car. This feature helps users plan for their financial goals and make informed decisions about their investments.
Overall, Stock-Prince aims to reduce the barrier to entry for new investors and promote financial literacy. By providing a simulated trading environment, real-time stock data, and loan system, users can gain experience and confidence in the stock market, and learn about effective financial management.
- Frontend :
- React.JS
- Backend
- Express.JS
- Node.JS
- Database
- MongoDB
- Tailwind CSS
- Syncfusion
- MongoDB Atlas
- Postman
- Visual Studio Code
-
Clone the repository using below command :
git clone
-
Server setup :
Open a terminal and run below commands
cd server
npm install
Make your own .env file and define MongoDB URI, JWT token and lifetime using MONGO_URI, JWT_SECRET, JWT_LIFETIME.
npm start
-
Client setup:
Open another terminal and run below commands
cd client
npm install
npm start
-
You are ready to run your project.