Financial web app that displays the economic calendar and 3 real-time forex charts updated every 5 minutes.
It has a news section where users can login to post and discuss on each entry and a CRUD is implemented. (This section still in development)
To get started with this project, you can follow the steps below:
- Clone the repository to your local machine.
- Install the dependencies by running on both folders
npm install
- To start the server navigate to .\server\ and run
npm run dev
- To start the client navigate to .\client\ and run
npm start
You will need to add the following environment variables to your .env file
MONGO_URI= <YOUR_MONGO_URI>
JWT_KEY=<YOUR_JWT_KEY>