Skip to content

DaniValero/Chartlabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chartlabs

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)

Screenshots

image

image

Getting Started

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

Environment Variables

You will need to add the following environment variables to your .env file

MONGO_URI= <YOUR_MONGO_URI>

JWT_KEY=<YOUR_JWT_KEY>

Authors

Technologies used

react javascript mongodb nodejs sass css3

About

Proyecto fullstack MERN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published