Skip to content

Garage-ISEP/InvestDays

Repository files navigation

InvestDay platform

Creation of 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

Images

trade

Getting Started

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

You will need docker and docker-compose installed on your machine.

# first launches
npm run build-dev
# other launches
npm run launch-dev
# Actualise dB (if needed)
# -> Connect to the studio container to run the following commands
 npx prisma migrate dev
 npx prisma db push

Open http://localhost:3000 with your browser to see the app.

Open http://localhost:5555 with your browser 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 concours investissement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors