Skip to content

Boilerplate that every new Jesse project requires

License

Notifications You must be signed in to change notification settings

jaikumarm/jesse-trade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jesse Project Template

This is template from which you can create your own Jesse project.

Usage

Assuming that you already have installed the environment dependencies, you can run the following command to create your project:

# you can change "my-project" to any name you want
git clone https://github.com/jesse-ai/project-template.git my-project
# to create a .env file of yours
cp .env.example .env

Then while in the project run:

cd docker
docker-compose up

That's it! Now open localhost:9000 in your browser to see the dashboard.

About

Boilerplate that every new Jesse project requires

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 83.1%
  • Python 16.9%