E-MAGE

emage-logo

Tech/Library/Framework/Tools

Frontend (client)

Backend (server)

Screenshot from 2023-02-07 15-27-12

Configure and run development server

  • Clone the repository : git clone https://github.com/Azzam1503/E-mage.git
  • Create a API key from OpenAi
  • Create MongoDB Atlas url.
  • Create Cloudinary API key
  • Create a .env file : touch .env
    • Paster all the key in .env file
  • Run npm install to install all the dependencies
  • Run npm start