Skip to content

HKSenior/lead-manager

Repository files navigation

Lead Manager

Visit Site

Installing pipenv, nodejs & npm

https://docs.pipenv.org/en/latest/install/
https://www.npmjs.com/get-npm

Setting up Development Environment

Creating Virtual Environment & Installing Dependences

git clone https://github.com/HKSenior/lead-manager.git
npm install
pipenv isntall
pipenv shell

Starting servers | You will need 2 terminal windows

# In the first terminal window
npm run dev

# In the second terminal window
pipenv shell
cd leadmanager
python manage.py migrate
python manage.py runserver

About

A full stack project for users to keep track of leads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published