Skip to content

SnowZucc/InvestDay

Repository files navigation

InvestDay platform

This is a fictitious trading platform for the InvestDay contest organized by the IsepInvest association. It is possible to buy and sell stocks and cryptocurrencies with the real rates of the US market.

  • Front-end and back-end made in NextJs
  • Database made with Prisma and PostgreSql

Based on https://github.com/TugdualDek/InvestDay

This repo is the new version for the second edition of the InvestDay contest. Based on https://github.com/TugdualDek/InvestDay

trade

Prerequisites

Docker with compose plugin, npm. https://docs.docker.com/engine/install/debian/

Installation

npm install
npm run build-dev
sudo docker exec -it [investday-next container id] npx prisma migrate dev
sudo docker exec -it [investday-next container id] npx prisma db push

You will then need to fill the .env file with your own values. You can use the .env.example file as a template.

Usage

npm run launch-dev

Open http://localhost:3000 to see the app.

Open http://localhost:5555 to see prisma studio.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Authors

Thanks

Special thanks to GarageISEP for their hosting services !

About

Frontend for the ISEP investment competition

Resources

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors