Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
/ noobcodes Public archive

Simplified Data structure and Algorithm solutions for Beginner in Python

Notifications You must be signed in to change notification settings

shelcia/noobcodes

Repository files navigation

noobcodes

Simplified Data structure and Algorithm solutions for Beginner in Python

Deployment

Deployed at Netlify

To Use this repo for development

  • Clone this repo

  • Add .env file and create a variable name REACT_APP_ADMINAUTH_API and REACT_APP_ADMINDASH_API (which are essentially the backend url endpoints)

  • Then run npm install

  • And finally npm start