We are building a webapp that has a library of different types of credit card designs that an authenticated user can interact with and download already designed credit card designs. The user can also interact with the designs by commenting,liking and also sharing on social media.
- Figma
- FigJam
- HTML
- CSS
- JAVASCRIPT
- NODEJS
- MONGODB
We have attached the necessary links for better understanding of our project.
For detailed information on how to go about contributing to this project
contibution guide
Do the necessary github workflow as you would normally do on any repo
Next you would have to install the necessary dependencies
using the command
npm install
To start the server
npm run
or
npm run dev
PORT 8000