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
Docker with compose plugin, npm. https://docs.docker.com/engine/install/debian/
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 pushYou will then need to fill the .env file with your own values. You can use the .env.example file as a template.
npm run launch-devOpen http://localhost:3000 to see the app.
Open http://localhost:5555 to see prisma studio.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Special thanks to GarageISEP for their hosting services !
