-
DONE: Refactoring API from JS to Typescript
-
CURRENT: Refactoring Frontend from JS to Typescript
Stock tracker using fantasy money, built using express.js, react.js, and mongodb.
Fantasy Stock Trade is an application the allows you the manage your holdings. The main objective of this project is to server as a learning tool, and familiarize myself with Expressjs for implementing an API using Postgresql(now Mongodb) as a Database, and consuming an external API as IEX Cloud, using React, and JsonWebtoken for authentication users, and jest and supertest for testing the API.
git clone https://github.com/marialobillo/stock-trade.git cd stock-trade
in the api/config/ folder you have the database url for setup your Mongodb database.
Please don't forget to install the dependencies:
npm install
And run the server:
npm run start
For frontend we have to move to the clien folder so:
cd client
Again dependencies:
npm install
And for run the React app:
npm run start