Skip to content

adi-QTPi/foodopia_nodeJS

Repository files navigation

Getting Started

  1. Install dependencies:

    npm i
  2. Run the setup script and follow the instructions :

    node setup_script.mjs
  3. Et voilà! You are good to go.

  4. Start the application:

    npm start
  5. If the setup script DOES NOT WORK PROPERLY for you, don't worry. Create your own .env file and fill in details as in .env.example.

  6. After this run createDB.sql and add_dummyDB.sql locally on mysql server.

  7. Then run the following command to create an admin user with username admin and password as set in .env file.

    node setup/set_the_admin.js
  8. And then you are good to go.

About

Your Cravings... Our Responsibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published