Skip to content

sargamm/DBMS-Flask-Project

Repository files navigation

DBMS-Flask-Project

Instructions to Setup

  1. clone the repository on to your pc
  2. cd into the DBMS-Flask-Project folder
  3. Open terminal in this folder and type the command to create a virtualenv
  4. python3 -m venv env, this creates a virtualenv folder with the name env. I you go for any other name, remember to add it to the .gitignore file. In simple words avoid it.
  5. pip install -r requirements.txt, to install any new dependency that someone else added
  6. Make any changes that you want to, preferably in your own branch, but the master is fine if it complicates stuff.
  7. If you have added any other python dependencies, dont forget to do a pip freeze requirements.txt, to add the new dependencies to the requirements.txt file.
  8. add, commit and push are standard.
  9. That's it for now, but more instructions will be added soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published